Results

By type

          2022-03-18 05:39:01 863 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-18 05:39:01 864 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-18 05:39:01 864 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-18 05:39:01 864 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-18 05:39:01 865 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-18 05:39:01 865 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-18 05:39:01 866 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:01 866 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:01 867 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-6-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-18 05:39:01 868 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-6-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2022-03-18 05:39:01 869 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-18 05:39:01 869 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-18 05:39:01 877 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-6-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-18 05:39:01 879 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-03-18 05:39:01 883 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-18 05:39:01 883 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@44ab44ac5 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-18 05:39:01 892 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-03-18 05:39:01 892 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@b76a0e17 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 547}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Fri, 18 Mar 2022 05:39:00 GMT}{Content-Length: 352}
2022-03-18 05:39:01 894 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000
2022-03-18 05:39:01 895 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-03-18 05:39:01 895 DEBUG [org.jvnet.hk2.logger][pool-6-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_787,788,973939060)
2022-03-18 05:39:01 897 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-6-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-03-18 05:39:01 900 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-03-18 05:39:01 900 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-03-18 05:39:01 900 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-18 05:39:01 901 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-18 05:39:01 902 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-18 05:39:01 902 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-18 05:39:01 902 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-18 05:39:01 902 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-18 05:39:01 903 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:01 903 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:01 904 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-6-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-18 05:39:01 905 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-6-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 25 common frames omitted
2022-03-18 05:39:01 906 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-18 05:39:01 906 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-18 05:39:01 913 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-6-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-18 05:39:01 914 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2022-03-18 05:39:01 916 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-18 05:39:01 916 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@106e81185 pairs: {GET /service_component/holmes-engine-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-18 05:39:01 944 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2022-03-18 05:39:01 945 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@42d11a0b5 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 577b88cc-3cb1-4082-8503-697b6d54f60c}{Content-Type: application/json}{Content-Length: 359}{Date: Fri, 18 Mar 2022 05:39:01 GMT}
2022-03-18 05:39:01 946 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt. The corresponding configurations are {"services_calls": {}, "streams_publishes": {"dcae_cl_out": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.DCAE_CL_OUTPUT"}, "type": "message_router"}}, "streams_subscribes": {"ves_fault": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT"}, "type": "message_router"}}}
2022-03-18 05:39:01 947 INFO  [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-6-thread-1] invocationID:{InvocationID} - Operation aborted due to identical Configurations.
2022-03-18 05:39:06 437 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - KeepAlive stream used: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000
2022-03-18 05:39:06 437 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - sun.net.www.MessageHeader@6018400d13 pairs: {null: HTTP/1.1 200 OK}{Date: Fri, 18 Mar 2022 05:38:50 GMT}{Cache-Control: no-store, no-cache, must-revalidate}{Pragma: no-cache}{Expires: 0}{Content-Type: application/json}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{breadcrumbId: ID-onap-message-router-0-message-router-onap-svc-cluster-local-1647573457663-0-37807}{timeout: 15000}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{X-CSI-Internal-WriteableRequest: true}{Content-Length: 2}{Server: Jetty(9.4.z-SNAPSHOT)}
2022-03-18 05:39:06 439 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-03-18 05:39:06 439 DEBUG [org.jvnet.hk2.logger][Thread-16] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_788,789,1648894417)
2022-03-18 05:39:06 441 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][Thread-16] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-03-18 05:39:06 443 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-03-18 05:39:06 443 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-03-18 05:39:06 444 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-18 05:39:06 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-18 05:39:06 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-18 05:39:06 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-18 05:39:06 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-18 05:39:06 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-18 05:39:06 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:06 447 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:06 448 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][Thread-16] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-18 05:39:06 448 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][Thread-16] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 18 common frames omitted
2022-03-18 05:39:06 449 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-16] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-18 05:39:06 449 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-16] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-18 05:39:06 456 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][Thread-16] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-18 05:39:06 457 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - ProxySelector Request for http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000
2022-03-18 05:39:06 457 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - KeepAlive stream retrieved from the cache, sun.net.www.http.HttpClient(http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000)
2022-03-18 05:39:06 457 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-18 05:39:06 457 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - sun.net.www.MessageHeader@28bc63465 pairs: {GET /events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000 HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: message-router.onap:3904}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-18 05:39:07 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@58bc5a5 on ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@58bc5a5
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@58bc5a5 startThread=0
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@58bc5a5 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-18 05:39:07 057 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@194c890a
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@66de09e1{AC.ReadCB@20baaa2e{HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 058 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8
2022-03-18 05:39:07 059 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@58bc5a5 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:48356], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 061 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3603]@2022-03-18T05:39:07.062079Z
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@6af1e710 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3603]@2022-03-18T05:39:07.06218Z
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@4adc8ae4 startThread=0
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@4adc8ae4 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@4adc8ae4 started
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4adc8ae4 waiting
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@6af1e710 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3603]@2022-03-18T05:39:07.062672Z
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3603]@2022-03-18T05:39:07.062722Z tryProduce true
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}][pc=0,pic=0,pec=43,epc=3603]@2022-03-18T05:39:07.062557Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:07 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 063 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 063 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 063 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@66de09e1{AC.ReadCB@20baaa2e{HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@32809fe[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x8e\x1a\xF4J\x14\xA5\xEe\xD9lI,\x9f\xFe`...\xD3\x02\xFe5v{\xBepYQ\xD0\xDc\xE4"\xE3\xDc\xCc\xF0(3!\x84\x01>>>\x95r\xBa\x1f\x81s\xA3\xBe*...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-03-18 05:39:07 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:07 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 373 HeapByteBuffer@32809fe[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x8e\x1a\xF4J\x14\xA5\xEe\xD9...\xFeN6b\xB4\x8f\xC4\x00\x0f\xAe\x0b\x9f\xF7f\x9c\x1f\xCd\xDd\x126\xC8!\x8b>>>\xAd\x7f!\xA0\xF4~\x92\xCcJ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=373
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x8e\x1a\xF4J\x14\xA5\xEe\xD9lI,\x9f\xFe`...\xFeN6b\xB4\x8f\xC4\x00\x0f\xAe\x0b\x9f\xF7f\x9c\x1f\xCd\xDd\x126\xC8!\x8b>>>\xAd\x7f!\xA0\xF4~\x92\xCcJ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:07 072 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@194c890a
2022-03-18 05:39:07 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:07 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:07 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:07 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:07 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000} filled 0 HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=19/30000}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@66de09e1{AC.ReadCB@20baaa2e{HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 079 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 079 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 079 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:07 079 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000} onFillable exit HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4abc0d81 size 1 > capacity
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4abc0d81 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:48356], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3604]@2022-03-18T05:39:07.081049Z
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@4adc8ae4 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3604]@2022-03-18T05:39:07.081172Z
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@555c615b startThread=0
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@555c615b in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@555c615b started
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@555c615b waiting
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3604]@2022-03-18T05:39:07.081396Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@66de09e1{AC.ReadCB@20baaa2e{HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4adc8ae4 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.082469Z
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.082562Z tryProduce true
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 082 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 083 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 222 HeapByteBuffer@32809fe[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005$\x10na\xA82\xC4\xEb\xE6\xA4PR\xEb\xAe\xDbf\xC6w_{...\x08\x88\x19\xBa\x8a#1\xDb\xCd$\x82W\x00\x16\x9fj\x94x\xD4\x12\xA5#\xEf>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 083 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=222
2022-03-18 05:39:07 084 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.229:48356, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;W\xC4\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...W_\x88\x0f\xEf\x90\xFa<<<\x17\x03\x03\x00\x9fa\xF7\xD1Sw\x0b%\xFe\x13\x99Z\xA0D\xF9h\xE4$\xCd\xDe\xBd...\x08\x88\x19\xBa\x8a#1\xDb\xCd$\x82W\x00\x16\x9fj\x94x\xD4\x12\xA5#\xEf>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>"i\xB6:\xD4\xBei\x96\xA3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>"i\xB6:\xD4\xBei\x96\xA3...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000} filled 142 HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>"i\xB6:\xD4\xBei\x96\xA3...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>"i\xB6:\xD4\xBei\x96\xA3...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>"i\xB6:\xD4\xBei\x96\xA3...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-18 05:39:07 084 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.130:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.65.130 with SNI null
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@56cbd621 in null
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-18 05:39:07 085 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering.
2022-03-18 05:39:07 085 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-18 05:39:07 085 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 5810a47f-469e-4b93-95f1-cd5a4159fa2f
2022-03-18 05:39:07 085 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-18 05:39:07 085 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:07 086 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@56cbd621
2022-03-18 05:39:07 086 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6a85276 exclude no deflater
2022-03-18 05:39:07 086 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@62532c57[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@5433cfff{null}
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Fri, 18 Mar 2022 05:39:07 GMT
X-TransactionID: 5810a47f-469e-4b93-95f1-cd5a4159fa2f
X-InvocationID: aa433513-797b-4654-a57a-c705efe86454
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5cc16186[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@18bea38a] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@62532c57[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 18 Mar 2022 05:39:07 GMT
X-TransactionID: 5810a47f-469e-4b93-95f1-cd5a4159fa2f
X-InvocationID: aa433513-797b-4654-a57a-c705efe86454
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5cc16186[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@18bea38a] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6374155e{IDLE}->null [HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@62532c57[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6374155e{WRITING}->null:IDLE-->WRITING
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=COMPLETING}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@62532c57[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=COMPLETING}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=COMPLETING}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6374155e{WRITING}->null
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6374155e{IDLE}->null:WRITING-->IDLE
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5cc16186[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@18bea38a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5cc16186[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@18bea38a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=10/30000}
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:07 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:07 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.130:9102 remote=/10.233.65.229:48356], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.090903Z
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@555c615b offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.090958Z
2022-03-18 05:39:07 090 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@2a2b21a0 startThread=0
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@555c615b task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.091125Z
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.091173Z tryProduce true
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3605]@2022-03-18T05:39:07.091091Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@2a2b21a0 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@2a2b21a0 started
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@2a2b21a0 waiting
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}}}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@66de09e1{null}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@66de09e1{null} lost race null
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20b978e7{s=END}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4adc8ae4 size 1 > capacity
2022-03-18 05:39:07 091 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4adc8ae4 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 091 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=ed3be5d1-9f5c-42c4-a706-02c59c18ddaf, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-18 05:39:07 092 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting.
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@3973da5f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@3973da5f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@3973da5f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@3973da5f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@3973da5f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@3973da5f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.65.229 - - [18/Mar/2022:05:39:07 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 7
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:07 092 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@32809fe[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x98\x0e\x94\x1f\xC0)-\xAfR\xE2c\xA8'\xC8V\x97\xAf\x84\x0f>>>n\xB8\xF5\xE7\xDf\x85\xCcW=...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 093 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 094 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:07 094 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:07 094 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 094 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 094 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6bdcd1d8
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 095 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@13c034ce{SSLC.NBReadCB@73ffb7d{SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillableFail SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onFail FillInterest@66de09e1{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29f262f8 startThread=0
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@66de09e1{null}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 0 updates
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29f262f8 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=17/30000} onFillable exit HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@6af1e710 size 1 > capacity
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@6af1e710 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:07 096 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-244] invocationID:{InvocationID} - onClose HttpConnection@20baaa2e::DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=18/30000}
2022-03-18 05:39:07 097 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-244] invocationID:{InvocationID} - onClose SslConnection@73ffb7d::SocketChannelEndPoint@373a6dd1{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@73ffb7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5dc37c45{/10.233.65.229:48356<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@20baaa2e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20b978e7{s=START}]=>HttpChannelOverHttp@5cdf6fb3{s=HttpChannelState@3973da5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:07 097 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29f262f8 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:15 968 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@461e1504] obtained in 0 millis
2022-03-18 05:39:15 969 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@422909e, maxRows=1, fetchSize=0, flags=16
2022-03-18 05:39:15 969 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-03-18 05:39:15 969 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-03-18 05:39:15 969 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-18 05:39:15 974 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-18 05:39:15 974 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-03-18 05:39:15 974 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-03-18 05:39:15 974 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-18 05:39:15 975 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 5 millis
2022-03-18 05:39:15 975 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-03-18 05:39:15 975 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-03-18 05:39:15 975 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-03-18 05:39:15 975 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@461e1504] released
2022-03-18 05:39:15 975 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@6ccc00a] obtained in 0 millis
2022-03-18 05:39:15 976 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@7aa6ceec, maxRows=0, fetchSize=0, flags=16
2022-03-18 05:39:15 976 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1647581955968>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-03-18 05:39:15 976 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-03-18 05:39:15 976 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-18 05:39:16 014 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-18 05:39:16 014 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-03-18 05:39:16 014 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-18 05:39:16 014 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 38 millis
2022-03-18 05:39:16 015 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@6ccc00a] released
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3c457d9a on ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@3c457d9a
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@3c457d9a startThread=0
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@3c457d9a in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:17 056 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-18 05:39:17 057 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@164e62ed
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:17 058 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@e0cc6df{AC.ReadCB@23cfc023{HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:17 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@3c457d9a in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:48774], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 060 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3606]@2022-03-18T05:39:17.061025Z
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@2a2b21a0 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3606]@2022-03-18T05:39:17.061096Z
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@7469e2d5 startThread=0
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@2a2b21a0 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3606]@2022-03-18T05:39:17.06137Z
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3606]@2022-03-18T05:39:17.061283Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-48] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3607]@2022-03-18T05:39:17.061456Z tryProduce true
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@e0cc6df{AC.ReadCB@23cfc023{HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-18 05:39:17 061 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@7469e2d5 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@7469e2d5 started
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@32809fe[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9aAr[\xC5%q0Q\xD2\x7f\xEe\x11\x9f...\xE2Qo\xA2\x8c/BOWh\xEc\xF0\xBfQ\xCd\xDf\xB1\xC8e\xFf\xD2"L>>>])G\xCa\xEfAX\xDa\x08...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 062 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@7469e2d5 waiting
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:17 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@32809fe[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x9aAr[...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@32809fe[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9aAr[\xC5%q0Q\xD2\x7f\xEe\x11\x9f...j\xD3\x02i\x98^\xCd\xCd\xFfe`\xF5U\xFf\x9e\x83\xDda\xEe\xA1I\x8cZ>>>\xDd\x126\xC8!\x8b\xAd\x7f!...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:17 070 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@164e62ed
2022-03-18 05:39:17 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:17 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@e0cc6df{AC.ReadCB@23cfc023{HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 076 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@555c615b size 1 > capacity
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 077 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@555c615b in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:17 078 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:17 078 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:17 078 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:48774], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:17 078 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 078 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3607]@2022-03-18T05:39:17.079079Z
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@7469e2d5 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3607]@2022-03-18T05:39:17.079202Z
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@3ac70b99 startThread=0
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-48] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3607]@2022-03-18T05:39:17.079458Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@7469e2d5 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3607]@2022-03-18T05:39:17.079582Z
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@3ac70b99 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - fillable FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.079896Z tryProduce true
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 079 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - >c.onFillable SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - onFillable SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - fillable FillInterest@e0cc6df{AC.ReadCB@23cfc023{HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - >fill SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - filled 222 HeapByteBuffer@32809fe[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005&\x0e"\xA3\xEd\x8ac\x82\rp/@\xCe<5\x1e\x9f\xC4\x91\xAb...\xE0#j\x9eqc\xD3xIhfd\xF4\x8e\xD7\xFb\x11\x9e\x82c\xB4\xB9">>>E\x00C\x13\x01\xBc\x1f\xDc\x17...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - net filled=222
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@3ac70b99 started
2022-03-18 05:39:17 080 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@3ac70b99 waiting
2022-03-18 05:39:17 081 DEBUG [jdk.event.security][dw-48] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.229:48774, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#S\xD1\xD5\xDc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - handshake succeeded SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xE3\x9atg<\x99\xD3<<<\x17\x03\x03\x00\x9fnDw\xB4gO\xE4p\x03\xFd\xBb-\xB8z\xF5\x8d}\n\xE2\xEb...\xE0#j\x9eqc\xD3xIhfd\xF4\x8e\xD7\xFb\x11\x9e\x82c\xB4\xB9">>>E\x00C\x13\x01\xBc\x1f\xDc\x17...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:17 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>\x14{\xFb\xB3\x16\x94V\xD6\xE7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>\x14{\xFb\xB3\x16\x94V\xD6\xE7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@23cfc023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000} filled 142 HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>\x14{\xFb\xB3\x16\x94V\xD6\xE7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>\x14{\xFb\xB3\x16\x94V\xD6\xE7...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>\x14{\xFb\xB3\x16\x94V\xD6\xE7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - START --> SPACE1
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - URI --> SPACE2
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - REQUEST for //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.130:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - handle //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - handling HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-48] invocationID:{InvocationID} - Host 10.233.65.130 with SNI null
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.Server][dw-48] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:17 082 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-48] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@4e5bdfe4 in null
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-48] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-48] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48] invocationID:{InvocationID} - chain=logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48] invocationID:{InvocationID} - call filter logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-18 05:39:17 083 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-48] invocationID:{InvocationID} - Entering.
2022-03-18 05:39:17 083 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-48] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-18 05:39:17 083 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-48] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: ef93ff64-303d-432c-9dd9-75a11449753d
2022-03-18 05:39:17 083 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-48] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-18 05:39:17 083 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@4e5bdfe4
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@12662031 exclude no deflater
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@73763b16[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@716f7d22{null}
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Fri, 18 Mar 2022 05:39:17 GMT
X-TransactionID: ef93ff64-303d-432c-9dd9-75a11449753d
X-InvocationID: a8b5bcce-3d22-494d-9e40-5b1d1f447c32
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@61db2814[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@429febb6] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@73763b16[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 18 Mar 2022 05:39:17 GMT
X-TransactionID: ef93ff64-303d-432c-9dd9-75a11449753d
X-InvocationID: a8b5bcce-3d22-494d-9e40-5b1d1f447c32
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@61db2814[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@429febb6] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@73c678{IDLE}->null [HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@73763b16[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-18 05:39:17 084 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@73c678{WRITING}->null:IDLE-->WRITING
2022-03-18 05:39:17 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=COMPLETING}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:17 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@73763b16[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-18 05:39:17 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=COMPLETING}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=COMPLETING}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@73c678{WRITING}->null
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@73c678{IDLE}->null:WRITING-->IDLE
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@61db2814[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@429febb6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@61db2814[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@429febb6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=10/30000}
2022-03-18 05:39:17 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:17 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:17 088 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:17 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:17 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:17 088 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}}}
2022-03-18 05:39:17 088 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:17 089 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=3a0b8934-de94-41b1-a6e1-5c42ada648ff, referenceCounter=0, store size=0} on thread dw-48 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1420ca39
2022-03-18 05:39:17 089 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-48] invocationID:{InvocationID} - Exiting.
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.Server][dw-48] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - unhandle HttpChannelState@96511f0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@96511f0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - completed HttpChannelState@96511f0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - unhandle HttpChannelState@96511f0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@96511f0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-18 05:39:17 089 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
10.233.65.229 - - [18/Mar/2022:05:39:17 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 7
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-48] invocationID:{InvocationID} - recycle HttpChannelState@96511f0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.130:9102 remote=/10.233.65.229:48774], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54fd2c01{s=END}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=8} 
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - >fill SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - filled 24 HeapByteBuffer@32809fe[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xBd\xBa\x12\xA1\x81\xE8UU\xBb"meh\xF09\x1cE\xEfQ>>>*\x86Hk\xD1\xAa6\xEdT...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - net filled=24
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#'\r\xD8\xF2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#'\r\xD8\xF2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#'\r\xD8\xF2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - close DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - close(null) DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - shutdownOutput: SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - ensureFillInterested SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.091622Z
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - close SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@3ac70b99 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.091896Z
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - doClose SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@4157265 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@4157265 startThread=0
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@3ac70b99 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.092277Z
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - onClose FillInterest@531fc1e5{SSLC.NBReadCB@753649c6{SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.092393Z tryProduce true
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - onFillableFail SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}][pc=0,pic=0,pec=43,epc=3608]@2022-03-18T05:39:17.092338Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - onFail FillInterest@e0cc6df{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Wakeup ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=1 updates=0
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@aff2d39 startThread=0
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@531fc1e5{null}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@531fc1e5{null} lost race null
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@7469e2d5 size 1 > capacity
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - onClose FillInterest@e0cc6df{null}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#'\r\xD8\xF2...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#'\r\xD8\xF2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.http.HttpParser][dw-48] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=1}@7469e2d5 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}]
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@aff2d39 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=1}]
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-18 05:39:17 092 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 0 updates
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@4157265 started
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-244] invocationID:{InvocationID} - onClose HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - HttpConnection@23cfc023::DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4157265 waiting
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-244] invocationID:{InvocationID} - onClose SslConnection@753649c6::SocketChannelEndPoint@49e204{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - /10.233.65.130:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@753649c6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46f38b1a{/10.233.65.229:48774<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@23cfc023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54fd2c01{s=START}]=>HttpChannelOverHttp@4ba42ae{s=HttpChannelState@96511f0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-48] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@2a2b21a0 size 1 > capacity
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@2a2b21a0 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:17 093 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@aff2d39 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:21 465 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - KeepAlive stream used: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000
2022-03-18 05:39:21 466 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - sun.net.www.MessageHeader@57fbaf2a13 pairs: {null: HTTP/1.1 200 OK}{Date: Fri, 18 Mar 2022 05:39:05 GMT}{Cache-Control: no-store, no-cache, must-revalidate}{Pragma: no-cache}{Expires: 0}{Content-Type: application/json}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{breadcrumbId: ID-onap-message-router-0-message-router-onap-svc-cluster-local-1647573457663-0-37874}{timeout: 15000}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{X-CSI-Internal-WriteableRequest: true}{Content-Length: 2}{Server: Jetty(9.4.z-SNAPSHOT)}
2022-03-18 05:39:21 468 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-03-18 05:39:21 468 DEBUG [org.jvnet.hk2.logger][Thread-16] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_789,790,1567569071)
2022-03-18 05:39:21 470 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][Thread-16] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-03-18 05:39:21 472 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-03-18 05:39:21 472 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-03-18 05:39:21 472 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-18 05:39:21 473 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-18 05:39:21 473 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-18 05:39:21 474 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-18 05:39:21 474 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-18 05:39:21 474 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-18 05:39:21 475 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:21 475 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-16] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-18 05:39:21 476 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][Thread-16] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-18 05:39:21 477 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][Thread-16] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 18 common frames omitted
2022-03-18 05:39:21 477 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-16] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-18 05:39:21 477 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-16] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-18 05:39:21 484 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][Thread-16] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-18 05:39:21 485 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - ProxySelector Request for http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000
2022-03-18 05:39:21 485 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - KeepAlive stream retrieved from the cache, sun.net.www.http.HttpClient(http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000)
2022-03-18 05:39:21 485 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-18 05:39:21 486 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-16] invocationID:{InvocationID} - sun.net.www.MessageHeader@77c272af5 pairs: {GET /events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27/homlesd8c21f4f-b68c-45cf-9a6a-7e5718ae4c27?timeout=15000 HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: message-router.onap:3904}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-18 05:39:26 727 DEBUG [org.eclipse.jetty.io.IdleTimeout][Scheduler-177457048-1] invocationID:{InvocationID} - SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=29962/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=29962/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} idle timeout check, elapsed: 29962 ms, remaining: 38 ms
2022-03-18 05:39:26 765 DEBUG [org.eclipse.jetty.io.IdleTimeout][Scheduler-177457048-1] invocationID:{InvocationID} - SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30000/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30001/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} idle timeout check, elapsed: 30000 ms, remaining: 0 ms
2022-03-18 05:39:26 765 DEBUG [org.eclipse.jetty.io.IdleTimeout][Scheduler-177457048-1] invocationID:{InvocationID} - SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30000/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30001/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} idle timeout expired
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.FillInterest][Scheduler-177457048-1] invocationID:{InvocationID} - onFail FillInterest@211e35a3{SSLC.NBReadCB@7b8096db{SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30001/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30001/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
	at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:171)
	at org.eclipse.jetty.io.IdleTimeout.idleCheck(IdleTimeout.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - onFillableFail SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30001/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30002/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.FillInterest][Scheduler-177457048-1] invocationID:{InvocationID} - onFail FillInterest@585b79e8{AC.ReadCB@7421b3ab{HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=30002/30000}}}
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
	at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:171)
	at org.eclipse.jetty.io.IdleTimeout.idleCheck(IdleTimeout.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.http.HttpParser][Scheduler-177457048-1] invocationID:{InvocationID} - close HttpParser{s=START,0 of -1}
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.http.HttpParser][Scheduler-177457048-1] invocationID:{InvocationID} - START --> CLOSE
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.AbstractConnection][Scheduler-177457048-1] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30002/30000} onFillInterestedFailed {}
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][Scheduler-177457048-1] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30002/30000}
2022-03-18 05:39:26 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30001/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30002/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - >flush SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30002/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30002/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=false/true
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][Scheduler-177457048-1] invocationID:{InvocationID} - flushed 31 SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=30002/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30003/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:26 767 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][Scheduler-177457048-1] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30003/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30003/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30003/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.FillInterest][Scheduler-177457048-1] invocationID:{InvocationID} - interested FillInterest@211e35a3{SSLC.NBReadCB@7b8096db{SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30004/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][Scheduler-177457048-1] invocationID:{InvocationID} - changeInterests p=false 1->1 for SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=30004/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][Scheduler-177457048-1] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5ed74915 on ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][Scheduler-177457048-1] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.AbstractConnection][Scheduler-177457048-1] invocationID:{InvocationID} - fillInterested HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=30004/30000}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.FillInterest][Scheduler-177457048-1] invocationID:{InvocationID} - interested FillInterest@585b79e8{AC.ReadCB@7421b3ab{HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5ed74915
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} -  1 on SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:26 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:26 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][Scheduler-177457048-1] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 769 DEBUG [org.eclipse.jetty.io.WriteFlusher][Scheduler-177457048-1] invocationID:{InvocationID} - ignored: WriteFlusher@2ac27c2c{IDLE}->null
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
	at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:171)
	at org.eclipse.jetty.io.IdleTimeout.idleCheck(IdleTimeout.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:26 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][Scheduler-177457048-1] invocationID:{InvocationID} - Ignored idle endpoint SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/1 selected
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.130:9102 remote=/10.233.67.95:41412], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:26 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3609]@2022-03-18T05:39:26.774877Z
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@4157265 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3609]@2022-03-18T05:39:26.774993Z
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@7caf277d startThread=0
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3609]@2022-03-18T05:39:26.775127Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=6/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@211e35a3{SSLC.NBReadCB@7b8096db{SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=6/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=6/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=6/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@585b79e8{AC.ReadCB@7421b3ab{HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=7/30000}}}
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=7/30000} onFillable enter HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:26 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@7caf277d in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@7caf277d started
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@7caf277d waiting
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@4157265 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:26.776251Z
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:26.776359Z tryProduce true
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:26 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:26 777 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - 
java.io.IOException: Connection reset by peer
	at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.read(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.fill(ChannelEndPoint.java:233)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFill(SslConnection.java:472)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:681)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:26 777 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownInput SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b8096db{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@211e35a3{null}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@510a6623 startThread=0
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled -1 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=-1
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/0 selected
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 0 updates
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 0 keys
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@510a6623 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.65.130:9102,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b8096db::SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=true
2022-03-18 05:39:26 778 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@510a6623 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:26 779 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 779 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 779 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@16fbe9e2{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=10/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@585b79e8{null}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7421b3ab::DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7b8096db{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24e76f43{/10.233.67.95:41412<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7421b3ab[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@47d98b27{s=START}]=>HttpChannelOverHttp@23459d61{s=HttpChannelState@6d9a3feb{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@3ac70b99 size 1 > capacity
2022-03-18 05:39:26 780 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@3ac70b99 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@5f5472f1 on ManagedSelector@737445ab{STARTED} id=0 keys=0 selected=0 updates=0
2022-03-18 05:39:27 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=0 selected=0 updates=1
2022-03-18 05:39:27 056 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@7d4b32d1-EngineDActiveApp@40277077{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@61b1827a on ManagedSelector@737445ab{STARTED} id=0 keys=0 selected=0 updates=1
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/0 selected
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 2 updates
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 2
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@5f5472f1
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@5f5472f1 startThread=0
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@61b1827a
2022-03-18 05:39:27 057 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@5f5472f1 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@61b1827a in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5ef45bb8
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-48] invocationID:{InvocationID} - SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-48] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@fa3b04c
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-48] invocationID:{InvocationID} - new HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-48] invocationID:{InvocationID} - New HTTP Connection HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:27 058 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@18026e01{AC.ReadCB@35150349{HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-48] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-48] invocationID:{InvocationID} - onOpen SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-48] invocationID:{InvocationID} - onOpen HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-48] invocationID:{InvocationID} - fillInterested HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@5f5472f1 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - interested FillInterest@841b75f{AC.ReadCB@235ba1d2{HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-48] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 060 DEBUG [org.eclipse.jetty.io.FillInterest][dw-48] invocationID:{InvocationID} - interested FillInterest@76eac2b4{SSLC.NBReadCB@5de6a1b8{SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 060 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-48] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1e6946b0 on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:27 060 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-48] invocationID:{InvocationID} - Created SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-48] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@61b1827a in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@61b1827a startThread=0
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 2
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - wakeup on updates SelectorProducer@7167d81b
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 2 updates
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 2
2022-03-18 05:39:27 061 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1e6946b0
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 2/2/2 selected
2022-03-18 05:39:27 062 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 2 keys, 0 updates
2022-03-18 05:39:27 063 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:49146], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:27 063 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 063 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:27 063 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.063872Z
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@7caf277d offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.064049Z
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@503a8c6a startThread=0
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@7caf277d task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.064541Z
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@503a8c6a in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@503a8c6a started
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@503a8c6a waiting
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.064664Z tryProduce true
2022-03-18 05:39:27 064 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.130:9102 remote=/10.233.65.229:49144], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-18 05:39:27 065 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 065 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-03-18 05:39:27 065 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.065693Z
2022-03-18 05:39:27 065 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@503a8c6a offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.065887Z
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@29807198 startThread=0
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@29807198 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@29807198 started
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@29807198 waiting
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3610]@2022-03-18T05:39:27.066221Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@503a8c6a task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3611]@2022-03-18T05:39:27.066722Z
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-244] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3611]@2022-03-18T05:39:27.066751Z tryProduce true
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 066 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-244] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-244] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@18026e01{AC.ReadCB@35150349{HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=8/30000}}}
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000} onFillable enter HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:27 067 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:27 068 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 261 HeapByteBuffer@32809fe[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD5\x7f/*e\xA5\x11\n\xD0\x19\xC69\x08g...:\xB84R\xC6\xD4>o\x98c\xA7Z\x9c\x9f\x8d\xFf\x8a\xC8\r&\xD4\x1f">>>\xE4\x0c_\xE0M!@\x14\x10...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=261
2022-03-18 05:39:27 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill starting handshake SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:27 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:27 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 373 HeapByteBuffer@32809fe[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD5\x7f/*e\xA5\x11\n...P\xA5\xB6\xD5\x87k\x92Vbh\x91\x94\xCbV)\xF2\x03\xC6\xDf\xF4\x96\x9cX>>>\xAd\x7f!\xA0\xF4~\x92\xCcJ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=373
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 076 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD5\x7f/*e\xA5\x11\n\xD0\x19\xC69\x08g...P\xA5\xB6\xD5\x87k\x92Vbh\x91\x94\xCbV)\xF2\x03\xC6\xDf\xF4\x96\x9cX>>>\xAd\x7f!\xA0\xF4~\x92\xCcJ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:27 082 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-23] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@5ef45bb8
2022-03-18 05:39:27 085 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:27 085 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3611]@2022-03-18T05:39:27.085752Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=25/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=26/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@76eac2b4{SSLC.NBReadCB@5de6a1b8{SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=25/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=26/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=25/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=26/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=26/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@841b75f{AC.ReadCB@235ba1d2{HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=FI,flush=-,to=27/30000}}}
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=27/30000} onFillable enter HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=27/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:27 086 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@d7958b1[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03A\xD3\x0e=Ds\x1c2\xA4I\x96.\xCaP...\t\xAc\xF5\xE4)\x97\x04\x91\xEf\x15\xB0ja\xCb\xD5\x0c\xDf v|\xA9\xEex>>>\xF3x\xD7<\xE9\x15\x91\x0b\xF0...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2022-03-18 05:39:27 087 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=27/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=26/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-18 05:39:27 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=33/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-03-18 05:39:27 094 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=17/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=35/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-18 05:39:27 095 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=34/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 095 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 096 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=37/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-03-18 05:39:27 097 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 097 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@d7958b1[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03A\xD3\x0e=Ds\x1c2...\x0e\x9a\xD8,m\xD8\xAa\x1f\x04\xC5t\x06\x91\x08\xA82A7Ng\x10(\xA6>>>\xFbY.\xE9\xC9\xCd\xC2\t\xFf...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d7958b1[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03A\xD3\x0e=Ds\x1c2\xA4I\x96.\xCaP...\x0e\x9a\xD8,m\xD8\xAa\x1f\x04\xC5t\x06\x91\x08\xA82A7Ng\x10(\xA6>>>\xFbY.\xE9\xC9\xCd\xC2\t\xFf...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=39/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=39/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 099 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 222 HeapByteBuffer@32809fe[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\x0c\xDehr\xFd\x89\x82\x8e\x14\xF5\xBe\x94\xC0\x97\xD8\x96[\xB2\xF0\xB9...\xF3\xFe\x86\x92Q\xBe\xFf\xF7\xC3\x84\xA6\x02\xF8kO\x12\x1c \x89\xA46\x11.>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=222
2022-03-18 05:39:27 105 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.229:49144, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-18 05:39:27 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=0,c=17408,r=0]={<<<>>>\x15\x03\x03\x00\x1a\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=47/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-03-18 05:39:27 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:27 106 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@32809fe[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xD0\xCc6\xE7\x1b\x042<<<\x17\x03\x03\x00\x9f\x99\x9f\x0f\x19\xAbbo\xB4\x00Hf\xFfV\xD4\x9c\xB3x\xC6\xC6{...\xF3\xFe\x86\x92Q\xBe\xFf\xF7\xC3\x84\xA6\x02\xF8kO\x12\x1c \x89\xA46\x11.>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>A.\x0bus\xFb\xB6T\xC7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>A.\x0bus\xFb\xB6T\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@35150349[p=HttpParser{s=START,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=48/30000} filled 142 HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>A.\x0bus\xFb\xB6T\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=48/30000} parse HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>A.\x0bus\xFb\xB6T\xC7...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@44c37795[p=0,l=142,c=17408,r=142]={<<>>A.\x0bus\xFb\xB6T\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-18 05:39:27 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.130:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=49/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=49/30000}
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.65.130 with SNI null
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-18 05:39:27 108 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@41527049 in null
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - chain=logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-18 05:39:27 109 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering.
2022-03-18 05:39:27 109 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-18 05:39:27 109 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 91c7439c-b542-4d7e-a878-8cbd635a6d82
2022-03-18 05:39:27 109 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-18 05:39:27 109 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-18 05:39:27 110 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 111 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@41527049
2022-03-18 05:39:27 111 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6cef916f exclude no deflater
2022-03-18 05:39:27 111 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7e8cefc9[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@54aa5d31{null}
2022-03-18 05:39:27 111 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
200 OK HTTP/1.1
Connection: close
Date: Fri, 18 Mar 2022 05:39:27 GMT
X-TransactionID: 91c7439c-b542-4d7e-a878-8cbd635a6d82
X-InvocationID: a82c7f70-4c58-489b-a4fe-5c51f995477f
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:27 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@628bfd5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@165c3296] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7e8cefc9[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 18 Mar 2022 05:39:27 GMT
X-TransactionID: 91c7439c-b542-4d7e-a878-8cbd635a6d82
X-InvocationID: a82c7f70-4c58-489b-a4fe-5c51f995477f
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@628bfd5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@165c3296] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@fb76533{IDLE}->null [HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7e8cefc9[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@fb76533{WRITING}->null:IDLE-->WRITING
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=53/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=COMPLETING}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 112 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@fa3b04c
2022-03-18 05:39:27 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7e8cefc9[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-18 05:39:27 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=15/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=56/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=COMPLETING}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=56/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=COMPLETING}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@fb76533{WRITING}->null
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@fb76533{IDLE}->null:WRITING-->IDLE
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@628bfd5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@165c3296] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@628bfd5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@165c3296] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=56/30000}
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=56/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8} oshut=false, ishut=false
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=57/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=57/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=57/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=57/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-18 05:39:27 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=57/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-18 05:39:27 117 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=58/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}}}
2022-03-18 05:39:27 117 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=58/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-03-18 05:39:27 117 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:27 117 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:27 117 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=35e85451-9158-40fc-ac80-39c05b267fe5, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-18 05:39:27 117 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting.
2022-03-18 05:39:27 117 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-03-18 05:39:27 118 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=21/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=59/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-244] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 1/1/2 selected
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 1 keys, 0 updates
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-244] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.130:9102 remote=/10.233.65.229:49144], selector=sun.nio.ch.EPollSelectorImpl@57737cd3, interestOps=1, readyOps=1 SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12} 
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-244] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-244] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}:runFillable:BLOCKING
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0} tryExecute EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}][pc=0,pic=0,pec=43,epc=3612]@2022-03-18T05:39:27.119419Z
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=0}@29807198 offer EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=0}][pc=0,pic=0,pec=43,epc=3612]@2022-03-18T05:39:27.119469Z
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1} startReservedThread p=1
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-244] invocationID:{InvocationID} - queue ReservedThreadExecutor@34b462e0{s=0/1,p=1}@578b2d0d startThread=0
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-244] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3612]@2022-03-18T05:39:27.11954Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}:runFillable:BLOCKING/BLOCKING
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=0/1,p=1}@29807198 task=EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3613]@2022-03-18T05:39:27.119634Z
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.FillInterest][dw-244] invocationID:{InvocationID} - fillable FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}}}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@4b8cde43/SelectorProducer@7167d81b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}][pc=0,pic=0,pec=43,epc=3613]@2022-03-18T05:39:27.119685Z tryProduce true
10.233.65.229 - - [18/Mar/2022:05:39:27 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 12
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=21/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=60/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@34b462e0{s=0/1,p=1}@578b2d0d in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=0/1,p=1}]
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-244] invocationID:{InvocationID} - >c.onFillable SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-244] invocationID:{InvocationID} - onFillable SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.FillInterest][dw-244] invocationID:{InvocationID} - fillable FillInterest@18026e01{null}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.FillInterest][dw-244] invocationID:{InvocationID} - FillInterest@18026e01{null} lost race null
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-244] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=60/30000}=>HttpConnection@35150349[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@54cc5e72{s=END}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@5f78a31d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-244] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@503a8c6a waiting
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@5f78a31d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@5f78a31d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@5f78a31d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@5f78a31d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-18 05:39:27 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=1}@578b2d0d size 1 > capacity
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@578b2d0d in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=60/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@5f78a31d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=62/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@4eea6c4a[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13Z/\xCc\xF2 \xBb\xF3\xC8\xA4\xFa\xEb\x19\x07K\x04\x1a\\\x83\x80>>>\rsRN\xFc\xF0R\x97n...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=62/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=62/30000} filled -1 HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=62/30000}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=62/30000}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=62/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=62/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 121 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f on ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/2 selected
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@78bc843f
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 2 keys
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@5903903{SSLC.NBReadCB@4e367ce2{SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@18026e01{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9f2f221 startThread=0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@18026e01{null}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000} parse HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@32809fe[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000} onFillable exit HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9f2f221 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 0 updates
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@34b462e0{s=1/1,p=0}@7caf277d size 1 > capacity
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@34b462e0{s=1/1,p=0}@7caf277d in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=63/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 122 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@35150349::DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=64/30000}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=63/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@4e367ce2::SocketChannelEndPoint@445a4e8e{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e367ce2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4940b842{/10.233.65.229:49144<->/10.233.65.130:9102,CLOSED,fill=-,flush=-,to=64/30000}=>HttpConnection@35150349[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@54cc5e72{s=START}]=>HttpChannelOverHttp@70516128{s=HttpChannelState@5f78a31d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=63/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 222 HeapByteBuffer@d7958b1[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\xA1F\xAc\xB1\xB9\x1f\x15t8\x99\x12\xCa;<]k\xD0 \\\xF3...\x93_\x08\xD1\xE91\xDf\x95_\x12\x06\x8e\x1aes\x98\xD23\xBfQ\x9f\xC6\xE5>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=222
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9f2f221 in InstrumentedQueuedThreadPool[dw]@1e4c4fda{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@34b462e0{s=1/1,p=0}]
2022-03-18 05:39:27 123 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.229:49146, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d7958b1[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...(\xF5th\x83_\xE4<<<\x17\x03\x03\x00\x9f\xBb\xB0S\xD4\xA5k\xA1\xF1\xFf\x1et\x15HB\xEa\x95\xCfB<\xE5...\x93_\x08\xD1\xE91\xDf\x95_\x12\x06\x8e\x1aes\x98\xD23\xBfQ\x9f\xC6\xE5>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=142,c=17408,r=142]={<<>>Ge31\xC2\xEa0\xE4\xA2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=142,c=17408,r=142]={<<>>Ge31\xC2\xEa0\xE4\xA2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000} filled 142 HeapByteBuffer@231c9bdb[p=0,l=142,c=17408,r=142]={<<>>Ge31\xC2\xEa0\xE4\xA2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000} parse HeapByteBuffer@231c9bdb[p=0,l=142,c=17408,r=142]={<<>>Ge31\xC2\xEa0\xE4\xA2...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@231c9bdb[p=0,l=142,c=17408,r=142]={<<>>Ge31\xC2\xEa0\xE4\xA2...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-18 05:39:27 123 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.130:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@235ba1d2::DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=64/30000}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.65.130 with SNI null
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@6ae5d137 in null
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@61af1510{/,null,AVAILABLE}
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter logFilter@50e6ee24==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-18 05:39:27 124 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering.
2022-03-18 05:39:27 124 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-18 05:39:27 124 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9255de37-1201-41cc-b42b-b70ea5d88486
2022-03-18 05:39:27 124 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-42805abe@42805abe==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-76105ac0@76105ac0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-18 05:39:27 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6719f206@f1376119==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@546c30c2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck)@6ae5d137
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@536c1f19 exclude no deflater
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7dc892dc[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@799508d3{null}
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Fri, 18 Mar 2022 05:39:27 GMT
X-TransactionID: 9255de37-1201-41cc-b42b-b70ea5d88486
X-InvocationID: 696c6f81-75d1-45a9-b2d9-c864428aa113
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3d3d12bf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@e1a56d6] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7dc892dc[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 18 Mar 2022 05:39:27 GMT
X-TransactionID: 9255de37-1201-41cc-b42b-b70ea5d88486
X-InvocationID: 696c6f81-75d1-45a9-b2d9-c864428aa113
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3d3d12bf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@e1a56d6] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@37fd6bbb{IDLE}->null [HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@7dc892dc[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@37fd6bbb{WRITING}->null:IDLE-->WRITING
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=66/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=COMPLETING}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7e28a4d4[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7dc892dc[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-18 05:39:27 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=66/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=COMPLETING}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=W,to=66/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=COMPLETING}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@37fd6bbb{WRITING}->null
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@37fd6bbb{IDLE}->null:WRITING-->IDLE
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3d3d12bf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@e1a56d6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3d3d12bf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@e1a56d6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=66/30000}
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=66/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=66/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@77959d73[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-03-18 05:39:27 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=67/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=67/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=67/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=67/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@76eac2b4{SSLC.NBReadCB@5de6a1b8{SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=68/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUTTING,fill=-,flush=-,to=68/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1e6946b0 on ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-18 05:39:27 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@737445ab{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken with none selected
2022-03-18 05:39:27 128 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=f81c868f-a718-45a8-9a29-c87bccb3c6c5, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 woken up from select, 0/0/1 selected
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 processing 0 keys, 1 updates
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1e6946b0
2022-03-18 05:39:27 128 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting.
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=68/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7be93d0f{s=END}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@57737cd3 waiting with 1 keys
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@62189635{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@62189635{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@62189635{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@62189635{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@62189635{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.65.130:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.65.229 - - [18/Mar/2022:05:39:27 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-03-18 05:39:27 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@62189635{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=69/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d7958b1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#6TI\xDa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@231c9bdb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#6TI\xDa...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=69/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@5de6a1b8::SocketChannelEndPoint@32dc3ffa{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5de6a1b8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31685663{/10.233.65.229:49146<->/10.233.65.130:9102,OSHUT,fill=-,flush=-,to=69/30000}=>HttpConnection@235ba1d2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7be93d0f{s=START}]=>HttpChannelOverHttp@117df7c6{s=HttpChannelState@62189635{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d7958b1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-18 05:39:27 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-03-18 05:39:27 129 DEBUG [org.eclipse.je