Results

By type

          	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-02-15 04:23:41 648 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-02-15 04:23:41 648 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-02-15 04:23:41 650 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-02-15 04:23:41 651 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-02-15 04:23:41 656 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-02-15 04:23:41 656 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@262c70625 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-02-15 04:23:41 666 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-02-15 04:23:41 666 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@1646434e7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 46}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Tue, 15 Feb 2022 04:23:41 GMT}{Content-Length: 2}
2022-02-15 04:23:41 667 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - No service info is returned from DCAE Consul. Hostname: config-binding-service
2022-02-15 04:23:41 667 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - The config-binding-service address is null
2022-02-15 04:23:41 668 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-02-15 04:23:41 668 DEBUG [org.jvnet.hk2.logger][pool-6-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_861,862,2120534767)
2022-02-15 04:23:41 669 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-02-15 04:23:41 670 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-02-15 04:23:41 670 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-02-15 04:23:41 670 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-02-15 04:23:41 671 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-02-15 04:23:41 671 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-02-15 04:23:41 671 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-02-15 04:23:41 671 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-02-15 04:23:41 671 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-02-15 04:23:41 672 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-15 04:23:41 672 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-15 04:23:41 673 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-6-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-02-15 04:23:41 673 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-6-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor26.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-02-15 04:23:41 673 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-02-15 04:23:41 673 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-02-15 04:23:41 676 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-02-15 04:23:41 677 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][pool-6-thread-1] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=70848af6-e4e7-445b-9218-ca6f99bb5053, referenceCounter=0, store size=0} on thread pool-6-thread-1
2022-02-15 04:23:41 677 INFO  [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-6-thread-1] invocationID:{InvocationID} - Failed to generate the MD5 information for new configurations.
javax.ws.rs.ProcessingException: URI is not absolute
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:309)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:619)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:654)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:648)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:648)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:618)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:397)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:297)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:123)
	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: java.lang.IllegalArgumentException: URI is not absolute
	at java.base/java.net.URL.fromURI(Unknown Source)
	at java.base/java.net.URI.toURL(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:312)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297)
	... 23 common frames omitted
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3e04c8be on ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3dc70644 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 2 updates
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@3e04c8be
2022-02-15 04:23:42 734 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@3e04c8be startThread=0
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@3dc70644
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@3dc70644 startThread=0
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@3e04c8be in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@3dc70644 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-129] invocationID:{InvocationID} - SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@bdf3af9
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-129] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@94012e8
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-129] invocationID:{InvocationID} - new HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-129] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 735 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-129] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - fillInterested HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - ensureFillInterested SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Created SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@3dc70644 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 2 updates
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de
2022-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 736 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@3e04c8be in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818
2022-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 2/2/2 selected
2022-02-15 04:23:42 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 2 keys, 0 updates
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43370], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5359]@2022-02-15T04:23:42.738268Z
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@22392c90 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=26,epc=5359]@2022-02-15T04:23:42.738339Z
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@559f8dc5 startThread=0
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@559f8dc5 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@22392c90 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5359]@2022-02-15T04:23:42.738426Z
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@559f8dc5 started
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@559f8dc5 waiting
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-280] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5359]@2022-02-15T04:23:42.738535Z tryProduce true
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5359]@2022-02-15T04:23:42.738641Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43372], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5360]@2022-02-15T04:23:42.738941Z
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@559f8dc5 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=26,epc=5360]@2022-02-15T04:23:42.738979Z
2022-02-15 04:23:42 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@7fdd6ec7 startThread=0
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-280] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5360]@2022-02-15T04:23:42.739067Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@7fdd6ec7 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@7fdd6ec7 started
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@559f8dc5 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.739158Z
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7e429eb6[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03:\xC4\xF2h\x9e\x9a_\x8c\x1c\xF9\x85\xCa"$...p\x056\xA8\xAc\xB4\xE7\x86=\xB9\xDc\xE4\xE2\x7f\xAe\xB9\x01\xEeg\xE8\xAe\xAbj>>>d\xDal\xF1\xF6\xD6\x02\x02S...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@7fdd6ec7 waiting
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - fillable FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.739227Z tryProduce true
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >c.onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - fillable FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6835689d[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03L\x06\xF3H\x97,\xE5\xF6\x84Z\xE8\xB0\xAd{...\xBd\x06\rB\xEeqz/\xA3";\xF6\x87\xDcn&\xF4\x86\xDfs\xB2qG>>>p\xA9C*\xBa\xD2*\xDdc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=261
2022-02-15 04:23:42 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill starting handshake SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >flush SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 741 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000} filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#M\xDf\xEcG...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000} filled 0 HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-280] invocationID:{InvocationID} - fillInterested HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - interested FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - interested FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@5d539af1 size 1 > capacity
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@5d539af1 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@22392c90 size 1 > capacity
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 1
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@22392c90 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - wakeup on updates SelectorProducer@619854a3
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 2/2/2 selected
2022-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 2 keys, 0 updates
2022-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43370], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.745767Z
2022-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@7fdd6ec7 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.745886Z
2022-02-15 04:23:42 745 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@193af89 startThread=0
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@193af89 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@7fdd6ec7 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.746143Z
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@193af89 started
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@193af89 waiting
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.746185Z tryProduce true
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5361]@2022-02-15T04:23:42.746088Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43372], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5362]@2022-02-15T04:23:42.746498Z
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@193af89 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=26,epc=5362]@2022-02-15T04:23:42.746523Z
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@3da1985d startThread=0
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@193af89 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5362]@2022-02-15T04:23:42.746652Z
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@3da1985d in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-89] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5362]@2022-02-15T04:23:42.746716Z tryProduce true
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@3da1985d started
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@3da1985d waiting
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6835689d[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03:\xC4\xF2h\x9e\x9a_\x8c...\xAf\x01\x86Q\x88\xAb\x1fN\xC0\xCeR\xAe\xC0\x0eL\xF9}\xF2g\xBd\x90\xA2\x93>>>"\xCd\xBfn\xE2\xD5a`U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=373
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=1}][pc=0,pic=0,pec=26,epc=5362]@2022-02-15T04:23:42.746759Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=373/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03:\xC4\xF2h\x9e\x9a_\x8c\x1c\xF9\x85\xCa"$...\xAf\x01\x86Q\x88\xAb\x1fN\xC0\xCeR\xAe\xC0\x0eL\xF9}\xF2g\xBd\x90\xA2\x93>>>"\xCd\xBfn\xE2\xD5a`U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@3f79b639[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03L\x06\xF3H\x97,\xE5\xF6...Y\x80\xBa\xB8\xCd%l\x9a5[n\xD0w\xC4\xFb\xE0\xC7\xC9Z\r\x1bR\x11>>>\xEc\x97\r\xD8%\x93ij\x15...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373
2022-02-15 04:23:42 747 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@7e429eb6[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@7e429eb6[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-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03L\x06\xF3H\x97,\xE5\xF6\x84Z\xE8\xB0\xAd{...Y\x80\xBa\xB8\xCd%l\x9a5[n\xD0w\xC4\xFb\xE0\xC7\xC9Z\r\x1bR\x11>>>\xEc\x97\r\xD8%\x93ij\x15...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 747 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@7e429eb6[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@7e429eb6[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-02-15 04:23:42 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:42 752 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@bdf3af9
2022-02-15 04:23:42 752 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@94012e8
2022-02-15 04:23:42 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:42 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 754 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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 755 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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 755 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 755 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@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 755 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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ebadfb[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\n\x86\xAf2\x8e;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 755 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-02-15 04:23:42 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@559f8dc5 size 1 > capacity
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 756 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@7e429eb6[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@7e429eb6[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@559f8dc5 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 756 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@7e429eb6[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@7e429eb6[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000} filled 0 HeapByteBuffer@7e429eb6[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@7e429eb6[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[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-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000}
2022-02-15 04:23:42 756 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=14/30000}
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 757 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818
2022-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@7fdd6ec7 size 1 > capacity
2022-02-15 04:23:42 758 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@7fdd6ec7 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/2 selected
2022-02-15 04:23:42 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:42 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43370], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=26,epc=5363]@2022-02-15T04:23:42.761023Z
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@3da1985d offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=26,epc=5363]@2022-02-15T04:23:42.761058Z
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@70d021db startThread=0
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-89] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5363]@2022-02-15T04:23:42.761152Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - fillable FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >c.onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@3da1985d task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5364]@2022-02-15T04:23:42.761383Z
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - onFillable SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - fillable FillInterest@7fe88468{AC.ReadCB@7090c8ba{HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-129] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5364]@2022-02-15T04:23:42.761476Z tryProduce true
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/2 selected
2022-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43372], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5364]@2022-02-15T04:23:42.762738Z
2022-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-129] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=26,epc=5364]@2022-02-15T04:23:42.762849Z m=PRODUCE_EXECUTE_CONSUME t=CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - queue CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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 startThread=0
2022-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 837 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 222 HeapByteBuffer@3f79b639[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005J\xDc\xB0\x7f\xE6J\xE9\xF7\xC5\xAc\x06\rh\xBb\xBf\x1esJ#\xB9...\xEf\xFf\xB6\xEe\xC6\xC4b_\x1fg\xFcp\xAb\xD5\xDd]\xEcb\x0e82~\x92>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@70d021db in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=222
2022-02-15 04:23:42 837 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@70d021db started
2022-02-15 04:23:42 837 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@70d021db waiting
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=80/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 838 DEBUG [jdk.event.security][dw-89] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.183:43370, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[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@7e429eb6[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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=81/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=81/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=81/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - handshake succeeded SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=82/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\x97\x89\xF4\xCc\xF7$y<<<\x17\x03\x03\x00\x9f3\x94\xFf\xB98v{\x080l\x81(\x1b'\xA4p\x81\xA31\x84...\xEf\xFf\xB6\xEe\xC6\xC4b_\x1fg\xFcp\xAb\xD5\xDd]\xEcb\x0e82~\x92>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=81/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=81/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@5216016a{AC.ReadCB@2bd3c5ac{HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=81/30000}}}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=82/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=81/30000} onFillable enter HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=82/30000} filled 142 HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=82/30000} parse HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - START --> SPACE1
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=81/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=81/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - URI --> SPACE2
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-15 04:23:42 838 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 222 HeapByteBuffer@6835689d[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005$d\x04f\x0fY\xEb\xE7\xC7\x9f\xC4\xC8\x9a\xB2\xDd\xE4!j\xFb\x96...\x94E\xA5\x15c\xD5\x97\xC70L\x9f\x80E\x12\xF4\xC8\xC6z\xC6H\x86\xC6m>>>m\xDd1\xD9\xC3\xC8\xB8r~...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=222
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - REQUEST for //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.135:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=84/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=84/30000}
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - handle //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-15 04:23:42 839 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - handling HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-89] invocationID:{InvocationID} - Host 10.233.72.135 with SNI null
2022-02-15 04:23:42 840 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.183:43372, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.Server][dw-89] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-89] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@6bc23b38 in null
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-89] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6835689d[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\x90\x84\xC3G\x8a\x82\x83<<<\x17\x03\x03\x00\x9f\xF5\x7f}T\xCe\xF1LT\x8a%)\xEb\xAe\x86Z"M^\xAfC...\x94E\xA5\x15c\xD5\x97\xC70L\x9f\x80E\x12\xF4\xC8\xC6z\xC6H\x86\xC6m>>>m\xDd1\xD9\xC3\xC8\xB8r~...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-89] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=142,c=17408,r=142]={<<>>User-Agen...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=142,c=17408,r=142]={<<>>User-Agen...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89] invocationID:{InvocationID} - chain=logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89] invocationID:{InvocationID} - call filter logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-15 04:23:42 840 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-89] invocationID:{InvocationID} - Entering.
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000} filled 142 HeapByteBuffer@3f79b639[p=0,l=142,c=17408,r=142]={<<>>User-Agen...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000} parse HeapByteBuffer@3f79b639[p=0,l=142,c=17408,r=142]={<<>>User-Agen...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 840 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-89] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3f79b639[p=0,l=142,c=17408,r=142]={<<>>User-Agen...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 840 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-89] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: ad8c7798-5809-46da-8153-bb9a7ade115d
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-15 04:23:42 840 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-89] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.135:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=83/30000}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.72.135 with SNI null
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@2afaeea7 in null
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:42 840 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-15 04:23:42 841 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2022-02-15 04:23:42 841 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-15 04:23:42 841 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: bd5b35b3-c50f-40b9-b238-a6313259ea14
2022-02-15 04:23:42 841 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@6bc23b38
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1114b6aa exclude no deflater
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4caaed8e[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@3d85d339{null}
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Tue, 15 Feb 2022 04:23:42 GMT
X-TransactionID: ad8c7798-5809-46da-8153-bb9a7ade115d
X-InvocationID: fa61119c-02f8-4404-9f9d-9c5bde002234
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4764344a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73f16bea] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4caaed8e[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Tue, 15 Feb 2022 04:23:42 GMT
X-TransactionID: ad8c7798-5809-46da-8153-bb9a7ade115d
X-InvocationID: fa61119c-02f8-4404-9f9d-9c5bde002234
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@2afaeea7
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7513bfdc exclude no deflater
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@1c767341[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@352e34af{null}
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4764344a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73f16bea] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@68ac2e87{IDLE}->null [HeapByteBuffer@571765e1[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@4caaed8e[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Tue, 15 Feb 2022 04:23:42 GMT
X-TransactionID: bd5b35b3-c50f-40b9-b238-a6313259ea14
X-InvocationID: c5e49a91-6334-4a37-bf42-e11995f5d4ac
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@68ac2e87{WRITING}->null:IDLE-->WRITING
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@485c6b7b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2059c0f3] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@1c767341[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Tue, 15 Feb 2022 04:23:42 GMT
X-TransactionID: bd5b35b3-c50f-40b9-b238-a6313259ea14
X-InvocationID: c5e49a91-6334-4a37-bf42-e11995f5d4ac
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=85/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=COMPLETING}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@571765e1[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4caaed8e[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@485c6b7b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2059c0f3] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@f9a53c2{IDLE}->null [HeapByteBuffer@72874df9[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@1c767341[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-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@f9a53c2{WRITING}->null:IDLE-->WRITING
2022-02-15 04:23:42 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - 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-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=85/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=COMPLETING}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72874df9[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-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@1c767341[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-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - 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-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=86/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=COMPLETING}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=85/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=COMPLETING}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=86/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=COMPLETING}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@68ac2e87{WRITING}->null
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@68ac2e87{IDLE}->null:WRITING-->IDLE
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=85/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=COMPLETING}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@f9a53c2{WRITING}->null
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@f9a53c2{IDLE}->null:WRITING-->IDLE
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4764344a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73f16bea] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@485c6b7b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2059c0f3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4764344a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73f16bea] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@485c6b7b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2059c0f3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=86/30000}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=85/30000}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=85/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=85/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - 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-02-15 04:23:42 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - 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-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=86/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2022-02-15 04:23:42 843 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=982aac39-07dc-4819-906c-bdaec8f3d82e, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/2 selected
2022-02-15 04:23:42 843 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=87/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cc6ae4e{s=END}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de on ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3ab818
2022-02-15 04:23:42 843 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-15 04:23:42 844 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=d6594e54-dad2-4744-aefc-6d3e1e96b89c, referenceCounter=0, store size=0} on thread dw-89 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@55a10612{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-15 04:23:42 844 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-89] invocationID:{InvocationID} - Exiting.
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@55a10612{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@55a10612{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.Server][dw-89] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@55a10612{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - unhandle HttpChannelState@1829de4d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@55a10612{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1829de4d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - completed HttpChannelState@1829de4d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - unhandle HttpChannelState@1829de4d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.72.183 - - [15/Feb/2022:04:23:42 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1829de4d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1a71519f{s=END}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - updates 1
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - wakeup on updates SelectorProducer@619854a3
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@55a10612{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/2 selected
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 1 updates
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.72.183 - - [15/Feb/2022:04:23:42 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-89] invocationID:{InvocationID} - recycle HttpChannelState@1829de4d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6835689d[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13/Tf.\xB4%\xE1o\xFa,BB\xD9p\x11^\x19@\xA3>>>\x16D\xD7>\xDf`\xC3\xAaC...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-89] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.135:9102 remote=/10.233.72.183:43372], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@47bd4eec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xB5\x93\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xB5\x93\xF3...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >fill SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=88/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000} filled -1 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xB5\x93\xF3...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6835689d[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF3h\xE7sg\x8d\x93z@V\xBb\xBf)\xB4\x18!Z=\xDf>>>\x16D\xD7>\xDf`\xC3\xAaC...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=24
2022-02-15 04:23:42 844 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=87/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=89/30000} filled -1 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89] invocationID:{InvocationID} - close DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=89/30000}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=89/30000}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5364]@2022-02-15T04:23:42.845342Z
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@70d021db offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5364]@2022-02-15T04:23:42.84544Z
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - shutdownOutput: SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@5ad7e569 startThread=0
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - ensureFillInterested SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@67dd5021{SSLC.NBReadCB@47bd4eec{SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@5ad7e569 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@70d021db task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5364]@2022-02-15T04:23:42.845721Z
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@5ad7e569 started
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=1}][pc=0,pic=0,pec=27,epc=5364]@2022-02-15T04:23:42.84576Z tryProduce true
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@5ad7e569 waiting
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89] invocationID:{InvocationID} - close SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2dc357de
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@5216016a{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.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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-129] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5364]@2022-02-15T04:23:42.845677Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - fillable FillInterest@67dd5021{null}
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - FillInterest@67dd5021{null} lost race null
2022-02-15 04:23:42 845 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@6ed87ccf{STARTED} id=0 keys=2 selected=1 updates=0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-129] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@3da1985d size 1 > capacity
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b5595d2 startThread=0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@5216016a{null}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - doClose SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000} parse HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xB5\x93\xF3...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=88/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xB5\x93\xF3...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@3da1985d in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b5595d2 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000} onFillable exit HttpChannelState@55a10612{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 2 keys
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 0 updates
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - onClose FillInterest@9cb4637{SSLC.NBReadCB@7a4bccfc{SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 0 keys
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran CEP:SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - onFillableFail SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@2bd3c5ac::DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - onFail FillInterest@7fe88468{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Wakeup ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ba324b0 startThread=0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - onClose FillInterest@7fe88468{null}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 0 updates
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 0 keys
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000} parse HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@47bd4eec::SocketChannelEndPoint@53c493f2{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47bd4eec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@220d5457{/10.233.72.183:43372<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=89/30000}=>HttpConnection@2bd3c5ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a71519f{s=START}]=>HttpChannelOverHttp@5167aca6{s=HttpChannelState@55a10612{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-89] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ba324b0 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000} onFillable exit HttpChannelState@1829de4d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b5595d2 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@7090c8ba::DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@193af89 size 1 > capacity
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@193af89 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:42 846 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@7a4bccfc::SocketChannelEndPoint@77eda692{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7a4bccfc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2ea32ec{/10.233.72.183:43370<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=90/30000}=>HttpConnection@7090c8ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cc6ae4e{s=START}]=>HttpChannelOverHttp@67cda38f{s=HttpChannelState@1829de4d{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-02-15 04:23:42 847 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ba324b0 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@66c9e7f0 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@66c9e7f0
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@66c9e7f0 startThread=0
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 734 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@66c9e7f0 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-129] invocationID:{InvocationID} - SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-129] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@35f9b174
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-129] invocationID:{InvocationID} - new HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-129] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-129] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - fillInterested HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@523ed000{AC.ReadCB@4acad70b{HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 735 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Created SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@66c9e7f0 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:23:52 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43446], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5365]@2022-02-15T04:23:52.737205Z
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@5ad7e569 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5365]@2022-02-15T04:23:52.737286Z
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@f9e31d7 startThread=0
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5365]@2022-02-15T04:23:52.737382Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@5ad7e569 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5365]@2022-02-15T04:23:52.737429Z
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-280] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5366]@2022-02-15T04:23:52.737484Z tryProduce true
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@f9e31d7 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@f9e31d7 started
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@f9e31d7 waiting
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@523ed000{AC.ReadCB@4acad70b{HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@3f79b639[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB1-\x15lw,\xB4\xEaSr?\xDc\x9d\xB4...\xEff:\x03\x05A~=\x05\x00m#\x10\x9a^y\xCd\x96\x94\x03\x1e@\x1d>>>V/\xA7J\x94\x0bVI\x8e...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2022-02-15 04:23:52 737 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@3f79b639[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xB1-\x15l...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@3f79b639[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB1-\x15lw,\xB4\xEaSr?\xDc\x9d\xB4...\xBa4\xA0\xC8\xFe"\xE3\x07eL\xDaY\x8b\x912)\xE9\xB9\x93\xC5\xD9/\xB0>>>\xC9Z\r\x1bR\x11\xEc\x97\r...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:23:52 743 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@35f9b174
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:52 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@523ed000{AC.ReadCB@4acad70b{HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:23:52 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@70d021db size 1 > capacity
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@70d021db in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43446], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5366]@2022-02-15T04:23:52.748571Z
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@f9e31d7 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5366]@2022-02-15T04:23:52.748617Z
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@293940ee startThread=0
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@f9e31d7 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5366]@2022-02-15T04:23:52.74872Z
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-280] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5366]@2022-02-15T04:23:52.74869Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@293940ee in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.748776Z tryProduce true
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@293940ee started
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - fillable FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@293940ee waiting
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >c.onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - fillable FillInterest@523ed000{AC.ReadCB@4acad70b{HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:52 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >fill SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 222 HeapByteBuffer@3f79b639[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\xDf\xDc\x91\xD0\xF8\xD9\xB7\x08\xD7\x92\x13\x98\xC9\xB0\x89\xC0\x94\x1c\r!...>@@\xA0\x0c\xC1\xC2^[|\xFb\x02\x9f\xA8z\x03\x1d\x1d\xCcI/\x8e\x17>>>E\x00C\x13\x01s\x1dB\xE5...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=222
2022-02-15 04:23:52 749 DEBUG [jdk.event.security][dw-280] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.183:43446, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - handshake succeeded SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...^p\xA8\x89\xF8\x06M<<<\x17\x03\x03\x00\x9f\xE0\xA6\xAdk\xF9\x82\x01\x94*\x8b\x9b\xE6\xC9\x95\xAb\xBeS\x96B\xC0...>@@\xA0\x0c\xC1\xC2^[|\xFb\x02\x9f\xA8z\x03\x1d\x1d\xCcI/\x8e\x17>>>E\x00C\x13\x01s\x1dB\xE5...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=0
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4acad70b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000} filled 142 HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[p=0,l=142,c=17408,r=142]={<<>>\xD7\x02\\W\x0c\xAdi\xFbg...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - START --> SPACE1
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - URI --> SPACE2
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - REQUEST for //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.135:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - handle //10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - handling HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-280] invocationID:{InvocationID} - Host 10.233.72.135 with SNI null
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.Server][dw-280] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-280] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@40ab88d in null
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-280] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-280] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280] invocationID:{InvocationID} - chain=logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280] invocationID:{InvocationID} - call filter logFilter@b787274==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-15 04:23:52 750 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-280] invocationID:{InvocationID} - Entering.
2022-02-15 04:23:52 750 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-280] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-15 04:23:52 750 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-280] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: ff66bc8b-3247-4a5f-973c-a3cb2155514a
2022-02-15 04:23:52 750 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-280] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-2a21cbe7@2a21cbe7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1acc768@1acc768==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-15 04:23:52 750 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-391e85df@25b783d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4e9bd2c8{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck)@40ab88d
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1b084105 exclude no deflater
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@f37aff5[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@6ceaa0cd{null}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Tue, 15 Feb 2022 04:23:52 GMT
X-TransactionID: ff66bc8b-3247-4a5f-973c-a3cb2155514a
X-InvocationID: fb6e5293-11dd-4bc1-9551-9ec88702bb65
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3d75a30d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64acddcf] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@f37aff5[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-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Tue, 15 Feb 2022 04:23:52 GMT
X-TransactionID: ff66bc8b-3247-4a5f-973c-a3cb2155514a
X-InvocationID: fb6e5293-11dd-4bc1-9551-9ec88702bb65
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3d75a30d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64acddcf] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@56569ea8{IDLE}->null [HeapByteBuffer@72874df9[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@f37aff5[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-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@56569ea8{WRITING}->null:IDLE-->WRITING
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=COMPLETING}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72874df9[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-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@f37aff5[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-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - 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-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=COMPLETING}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=COMPLETING}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@56569ea8{WRITING}->null
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@56569ea8{IDLE}->null:WRITING-->IDLE
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3d75a30d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64acddcf] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3d75a30d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64acddcf] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} oshut=false, ishut=false
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:23:52 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - 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-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}}}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 752 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=3e52f46a-21b6-4de9-aa31-a8a946f525f7, referenceCounter=0, store size=0} on thread dw-280 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:52 752 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-280] invocationID:{InvocationID} - Exiting.
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.Server][dw-280] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - unhandle HttpChannelState@4f85713c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4f85713c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - completed HttpChannelState@4f85713c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - unhandle HttpChannelState@4f85713c{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4f85713c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-15 04:23:52 752 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.135:9102 remote=/10.233.72.183:43446], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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.72.135:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} 
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-280] invocationID:{InvocationID} - recycle HttpChannelState@4f85713c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.72.183 - - [15/Feb/2022:04:23:52 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 2
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65d81f0f{s=END}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-280] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - >fill SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.753339Z
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - filled 24 HeapByteBuffer@3f79b639[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x139\xE3(\xD4\xD5\x96>\x82V\xA6\xBfV]8\x98i:\x81\x87>>>Q\x18A4:\xBcA^\xF3...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@293940ee offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.753383Z
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - net filled=24
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@60792870 startThread=0
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@60792870 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@293940ee task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.753532Z
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@60792870 started
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@60792870 waiting
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.753561Z tryProduce true
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5367]@2022-02-15T04:23:52.753497Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280] invocationID:{InvocationID} - close DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - shutdownOutput: SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - ensureFillInterested SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - interested FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@523ed000{null}
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@523ed000{null} lost race null
2022-02-15 04:23:52 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280] invocationID:{InvocationID} - close SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4b71a8bf
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@f9e31d7 size 1 > capacity
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@f9e31d7 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-280] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - onClose FillInterest@4e5037c3{SSLC.NBReadCB@1b08294{SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - onFillableFail SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - onFail FillInterest@523ed000{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-280] invocationID:{InvocationID} - Wakeup ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=1 updates=0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6f03a067 startThread=0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.FillInterest][dw-280] invocationID:{InvocationID} - onClose FillInterest@523ed000{null}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6f03a067 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.http.HttpParser][dw-280] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 0 updates
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 0 keys
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-280] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-280] invocationID:{InvocationID} - HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@4f85713c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:23:52 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-280] invocationID:{InvocationID} - /10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 767 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@4acad70b::DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=19/30000}
2022-02-15 04:23:52 767 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@1b08294::SocketChannelEndPoint@3828a208{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=13/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1b08294{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3240a226{/10.233.72.183:43446<->/10.233.72.135:9102,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@4acad70b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65d81f0f{s=START}]=>HttpChannelOverHttp@2a9c35ab{s=HttpChannelState@4f85713c{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-02-15 04:23:52 767 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6f03a067 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-280] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@5ad7e569 size 1 > capacity
2022-02-15 04:23:52 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-280] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@5ad7e569 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:23:52 770 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_861,862,2120534767)
2022-02-15 04:23:52 770 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_861,862,2120534767) has been shutdown
2022-02-15 04:23:52 839 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_858,859,1899106917)
2022-02-15 04:23:52 839 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_858,859,1899106917) has been shutdown
2022-02-15 04:23:52 843 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_860,861,548635866)
2022-02-15 04:23:52 843 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_860,861,548635866) has been shutdown
2022-02-15 04:23:52 846 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_859,860,2049297190)
2022-02-15 04:23:52 846 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_859,860,2049297190) has been shutdown
2022-02-15 04:23:56 630 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@322991e0] obtained in 0 millis
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@6bebb22f, maxRows=1, fetchSize=0, flags=16
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_848)
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_849,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_849,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-02-15 04:23:56 630 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-15 04:23:56 632 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2022-02-15 04:23:56 632 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2022-02-15 04:23:56 632 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-15 04:23:56 632 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?
2022-02-15 04:23:56 632 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2022-02-15 04:23:56 632 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@322991e0] released
2022-02-15 04:23:56 633 WARN  [org.onap.holmes.engine.manager.status.EntityStatusRefreshTask][EntityStatusRefreshTimer] invocationID:{InvocationID} - Failed to update engine instance information.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", located:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", rewritten:"/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?", arguments:{ positional:{}, named:{id:'holmes-engine-mgmt_9201'}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.first(Query.java:273)
	at org.skife.jdbi.v2.Query.first(Query.java:264)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$SingleValueResultReturnThing.result(ResultReturnThing.java:110)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46)
	at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41)
	at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224)
	at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133)
	at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$d260587e.getEntity()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getEntity(EngineEntityServiceImpl.java:40)
	at org.onap.holmes.engine.manager.status.EntityStatusRefreshTask.run(EntityStatusRefreshTask.java:73)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor30.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.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy75.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 13 common frames omitted
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@4808cf97 on ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@77e5c765-EngineDActiveApp@759f45f1{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/0 selected
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@4808cf97
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@4808cf97 startThread=0
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@4808cf97 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-129] invocationID:{InvocationID} - SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-15 04:24:02 735 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-129] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4a6e95b7
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-129] invocationID:{InvocationID} - new HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@433d3940{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-129] invocationID:{InvocationID} - New HTTP Connection HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-129] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - onOpen HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-129] invocationID:{InvocationID} - fillInterested HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@4529b8d2{AC.ReadCB@34c8317c{HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-129] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.FillInterest][dw-129] invocationID:{InvocationID} - interested FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-129] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-129] invocationID:{InvocationID} - Created SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca
2022-02-15 04:24:02 736 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-129] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@4808cf97 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43542], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 737 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5368]@2022-02-15T04:24:02.737954Z
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@60792870 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5368]@2022-02-15T04:24:02.738024Z
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@488a7f31 startThread=0
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@488a7f31 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5368]@2022-02-15T04:24:02.738129Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@60792870 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5368]@2022-02-15T04:24:02.738217Z
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@488a7f31 started
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@488a7f31 waiting
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-89] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.738317Z tryProduce true
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updateable 0
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4529b8d2{AC.ReadCB@34c8317c{HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@433d3940{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@3f79b639[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xFc\x8a:\xCd\x92\xB8\x7f5N\xAb\xB1\x04r\xF1...E\xD9\xF84\x19(&0\xAd]C\x11Y\x9eyf-\x84tb\xDc\x92">>>\xAf*3YC\xAb\xF9\xA08...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 738 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 739 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:24:02 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:24:02 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:24:02 739 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:24:02 739 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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-15 04:24:02 740 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@3f79b639[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xFc\x8a:\xCd...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2022-02-15 04:24:02 740 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-15 04:24:02 740 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000} filled 0 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4529b8d2{AC.ReadCB@34c8317c{HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@433d3940{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updateable 1
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca
2022-02-15 04:24:02 740 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@293940ee size 1 > capacity
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@293940ee in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43542], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.741583Z
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@488a7f31 offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.74164Z
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@1d8389ea startThread=0
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@488a7f31 task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.741763Z
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@1d8389ea in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@1d8389ea started
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=1}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.741872Z tryProduce true
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@1d8389ea waiting
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 741 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-89] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5369]@2022-02-15T04:24:02.741844Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - fillable FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >c.onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - fillable FillInterest@4529b8d2{AC.ReadCB@34c8317c{HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@433d3940{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >fill SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 367 HeapByteBuffer@3f79b639[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xFc\x8a:\xCd\x92\xB8\x7f5N\xAb\xB1\x04r\xF1...\xEe\x04\x9e~\xFe\x90o\xE7\x08]\xC0\xFb=\xD5d\xF4\x01j3\rB\x9d\xE7>>>\xC9Z\r\x1bR\x11\xEc\x97\r...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=367
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 742 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_TASK
2022-02-15 04:24:02 750 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-89] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4a6e95b7
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >flush SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@74546cce[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=0
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >fill SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f79b639[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - net filled=0
2022-02-15 04:24:02 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] 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@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.http.HttpParser][dw-89] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e429eb6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#b\xE7/}...\x00\x00\x00\x00\x00\x00\x00}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-89] invocationID:{InvocationID} - fillInterested HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=12/30000}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - interested FillInterest@4529b8d2{AC.ReadCB@34c8317c{HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-89] invocationID:{InvocationID} - interested FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-89] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca on ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-89] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6ed87ccf{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-89] invocationID:{InvocationID} - HttpConnection@34c8317c::DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@433d3940{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken with none selected
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 0/0/1 selected
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 0 keys, 1 updates
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-89] invocationID:{InvocationID} - /10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-89] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@60792870 size 1 > capacity
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@782f41ca
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-89] invocationID:{InvocationID} - ran ReservedThreadExecutor@ea84346{s=1/1,p=0}@60792870 in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}]
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e waiting with 1 keys
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e woken up from select, 1/1/1 selected
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d7fe48e processing 1 keys, 0 updates
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.135:9102 remote=/10.233.72.183:43542], selector=sun.nio.ch.EPollSelectorImpl@1d7fe48e, interestOps=1, readyOps=1 SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0} tryExecute EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5370]@2022-02-15T04:24:02.753884Z
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=0}@1d8389ea offer EatWhatYouKill@5a24390b/SelectorProducer@619854a3/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=0}][pc=0,pic=0,pec=27,epc=5370]@2022-02-15T04:24:02.753925Z
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1} startReservedThread p=1
2022-02-15 04:24:02 753 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@ea84346{s=0/1,p=1}@5cb724ed startThread=0
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@ea84346{s=0/1,p=1}@5cb724ed in InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}]
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5370]@2022-02-15T04:24:02.75401Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=1}@5cb724ed started
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=0/1,p=1}@1d8389ea task=EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=0/1,p=1}][pc=0,pic=0,pec=27,epc=5371]@2022-02-15T04:24:02.754092Z
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@ea84346{s=1/1,p=0}@5cb724ed waiting
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@309f22da{SSLC.NBReadCB@4b907d0e{SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5a24390b/SelectorProducer@619854a3/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@5e2b512b{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@ea84346{s=1/1,p=0}][pc=0,pic=0,pec=27,epc=5371]@2022-02-15T04:24:02.754144Z tryProduce true
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:24:02 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@4b907d0e::SocketChannelEndPoint@6ef4e6b9{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b907d0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ab5deb0{/10.233.72.183:43542<->/10.233.72.135:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@34c8317c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@61cdba05{s=START}]=>HttpChannelOverHttp@5cf4d16{s=HttpChannelState@433d3940{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-02-15 04:2