Results

By type

          2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@68b3c351{SSLC.NBReadCB@4e1d6310{SslConnection@4e1d6310::SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}}}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@4e1d6310::SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@7f16b92a{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)
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b273f37 startThread=0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@7f16b92a{null}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 0 updates
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5608375e::DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 0 keys
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5608375e::DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5608375e::DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5608375e::DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@19eac24e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b273f37 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@dc92e82 size 1 > capacity
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@dc92e82 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:08:53 997 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 998 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose HttpConnection@5608375e::DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}
2021-11-10 05:08:53 998 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose SslConnection@4e1d6310::SocketChannelEndPoint@75cfce66{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4e1d6310{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@125d83eb{/10.233.73.73:38932<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@5608375e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1aa302f{s=START}]=>HttpChannelOverHttp@2117335c{s=HttpChannelState@19eac24e{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}
2021-11-10 05:08:53 998 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4b273f37 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:08:58 573 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-11-10 05:08:58 574 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-11-10 05:08:58 574 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_680,681,796810915)
2021-11-10 05:08:58 576 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-3-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-11-10 05:08:58 577 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-11-10 05:08:58 577 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-11-10 05:08:58 578 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-11-10 05:08:58 578 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-11-10 05:08:58 579 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-11-10 05:08:58 579 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-11-10 05:08:58 579 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-11-10 05:08:58 579 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-11-10 05:08:58 580 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:08:58 580 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:08:58 581 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-11-10 05:08:58 581 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-3-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2021-11-10 05:08:58 581 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-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.
2021-11-10 05:08:58 581 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-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.
2021-11-10 05:08:58 583 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-3-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).
2021-11-10 05:08:58 584 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-11-10 05:08:58 585 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-11-10 05:08:58 585 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@50b3bfba5 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}
2021-11-10 05:08:58 587 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-11-10 05:08:58 588 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@b8d788c7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 788}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Wed, 10 Nov 2021 05:08:58 GMT}{Content-Length: 339}
2021-11-10 05:08:58 588 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000
2021-11-10 05:08:58 589 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-11-10 05:08:58 589 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_681,682,2123316068)
2021-11-10 05:08:58 590 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-3-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-11-10 05:08:58 590 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-11-10 05:08:58 591 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-11-10 05:08:58 591 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-11-10 05:08:58 591 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-11-10 05:08:58 591 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-11-10 05:08:58 592 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-11-10 05:08:58 592 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-11-10 05:08:58 592 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-11-10 05:08:58 592 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:08:58 592 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:08:58 593 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-11-10 05:08:58 593 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-3-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 25 common frames omitted
2021-11-10 05:08:58 593 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-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.
2021-11-10 05:08:58 593 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-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.
2021-11-10 05:08:58 596 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-3-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).
2021-11-10 05:08:58 596 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2021-11-10 05:08:58 598 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-11-10 05:08:58 598 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@3263d1b65 pairs: {GET /service_component/holmes-engine-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2021-11-10 05:08:58 621 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2021-11-10 05:08:58 622 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@141082305 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: a2e45695-c1d3-4111-9fd3-c8322ef0443b}{Content-Type: application/json}{Content-Length: 359}{Date: Wed, 10 Nov 2021 05:08:58 GMT}
2021-11-10 05:08:58 622 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt. The corresponding configurations are {"services_calls": {}, "streams_publishes": {"dcae_cl_out": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.DCAE_CL_OUTPUT"}, "type": "message_router"}}, "streams_subscribes": {"ves_fault": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT"}, "type": "message_router"}}}
2021-11-10 05:08:58 653 INFO  [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-3-thread-1] invocationID:{InvocationID} - Operation aborted due to identical Configurations.
2021-11-10 05:08:59 447 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@265aa458] obtained in 0 millis
2021-11-10 05:08:59 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@75c37b89, maxRows=1, fetchSize=0, flags=16
2021-11-10 05:08:59 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-11-10 05:08:59 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-11-10 05:08:59 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-11-10 05:08:59 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2021-11-10 05:08:59 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2021-11-10 05:08:59 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2021-11-10 05:08:59 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-11-10 05:08:59 449 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 1 millis
2021-11-10 05:08:59 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2021-11-10 05:08:59 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2021-11-10 05:08:59 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2021-11-10 05:08:59 449 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@265aa458] released
2021-11-10 05:08:59 449 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1a0ae5d4] obtained in 0 millis
2021-11-10 05:08:59 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@77e636bc, maxRows=0, fetchSize=0, flags=16
2021-11-10 05:08:59 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1636520939447>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-11-10 05:08:59 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-11-10 05:08:59 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-11-10 05:08:59 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2021-11-10 05:08:59 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2021-11-10 05:08:59 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-11-10 05:08:59 452 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 2 millis
2021-11-10 05:08:59 452 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1a0ae5d4] released
2021-11-10 05:09:01 466 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-11-10 05:09:01 466 DEBUG [org.jvnet.hk2.logger][Thread-15] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_682,683,1947956777)
2021-11-10 05:09:01 467 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][Thread-15] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-11-10 05:09:01 469 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-11-10 05:09:01 469 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-11-10 05:09:01 469 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-11-10 05:09:01 470 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-11-10 05:09:01 470 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-11-10 05:09:01 470 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-11-10 05:09:01 471 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-11-10 05:09:01 471 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-11-10 05:09:01 471 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:09:01 472 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-11-10 05:09:01 472 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][Thread-15] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-11-10 05:09:01 473 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][Thread-15] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 18 common frames omitted
2021-11-10 05:09:01 473 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] 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.
2021-11-10 05:09:01 473 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] 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.
2021-11-10 05:09:01 477 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][Thread-15] 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).
2021-11-10 05:09:01 478 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - ProxySelector Request for http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup7948c837-a412-46aa-9ba5-15db52e1af5a/homles7948c837-a412-46aa-9ba5-15db52e1af5a?timeout=15000
2021-11-10 05:09:01 483 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - Proxy used: DIRECT
2021-11-10 05:09:01 483 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@3c4e5c2c5 pairs: {GET /events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup7948c837-a412-46aa-9ba5-15db52e1af5a/homles7948c837-a412-46aa-9ba5-15db52e1af5a?timeout=15000 HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: message-router.onap:3904}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2021-11-10 05:09:01 488 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - KeepAlive stream used: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup7948c837-a412-46aa-9ba5-15db52e1af5a/homles7948c837-a412-46aa-9ba5-15db52e1af5a?timeout=15000
2021-11-10 05:09:01 488 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@3fcff23210 pairs: {null: HTTP/1.1 404 Not Found}{Date: Wed, 10 Nov 2021 05:09:01 GMT}{Content-Type: text/html;charset=utf-8}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{breadcrumbId: ID-onap-message-router-0-message-router-onap-svc-cluster-local-1636512460950-0-54529}{timeout: 15000}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{X-CSI-Internal-WriteableRequest: true}{Content-Length: 138}{Server: Jetty(9.4.z-SNAPSHOT)}
2021-11-10 05:09:01 489 ERROR [org.onap.holmes.engine.dmaap.DMaaPAlarmPolling][Thread-15] invocationID:{InvocationID} - Failed to process alarms. Sleep for 60 seconds to restart.
org.onap.holmes.common.exception.CorrelationException: Failed to get data from DMaaP.
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:71)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.holmes.common.exception.HttpException: Status code: <404>. Message: Failed to get response from the server. 
URL: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT
Cause: Not Found
Response body: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.SEC_FAULT_OUTPUT]","status":404}
	at org.onap.holmes.common.utils.JerseyClient.isSuccessful(JerseyClient.java:201)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:125)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	... 2 common frames omitted
2021-11-10 05:09:03 387 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@49c77905 on ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=0
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=1
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@49c77905
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@49c77905 startThread=0
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@49c77905 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@577d670f
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@5d33a4e0{AC.ReadCB@167db52d{HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@49c77905 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:03 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39044], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3599]@2021-11-10T05:09:03.390281Z
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@3f0d03c6 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3599]@2021-11-10T05:09:03.390386Z
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@bef1ba6 startThread=0
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@3f0d03c6 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3599]@2021-11-10T05:09:03.390634Z
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@bef1ba6 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3599]@2021-11-10T05:09:03.39068Z tryProduce true
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3599]@2021-11-10T05:09:03.390591Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@bef1ba6 started
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@bef1ba6 waiting
2021-11-10 05:09:03 390 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@5d33a4e0{AC.ReadCB@167db52d{HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1b34a7ad[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD9\xD6m\x07\r\x93A\xB3\xC6\x98I\xE3\xCa\x85...\xDb\xAa\x04\xC0\x8c=\xBf\xF2|\x1d.'\xF5\xCe\xE2\x81\xBf\x825\x06b|l>>>\x99\xAe\xE2\xA8\\W~.\x8f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2021-11-10 05:09:03 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:03 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1b34a7ad[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD9\xD6m\x07\r\x93A\xB3...+\xCa\x14\xD2W4\xAf\x8ba>p\xF7\x05;w\x0c\xD7$t\xBf\x0e\xE0\x8f>>>lsLog;\\n ...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373
2021-11-10 05:09:03 393 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD9\xD6m\x07\r\x93A\xB3\xC6\x98I\xE3\xCa\x85...+\xCa\x14\xD2W4\xAf\x8ba>p\xF7\x05;w\x0c\xD7$t\xBf\x0e\xE0\x8f>>>lsLog;\\n ...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:03 393 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:03 399 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@577d670f
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:03 401 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
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:03 401 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
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:03 401 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
2021-11-10 05:09:03 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:03 402 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:03 402 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=13/30000}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@5d33a4e0{AC.ReadCB@167db52d{HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@246f6d5a size 1 > capacity
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@246f6d5a in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39044], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3600]@2021-11-10T05:09:03.403942Z
2021-11-10 05:09:03 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@bef1ba6 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3600]@2021-11-10T05:09:03.40399Z
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4e15871f startThread=0
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4e15871f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@4e15871f started
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4e15871f waiting
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3600]@2021-11-10T05:09:03.404085Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@bef1ba6 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.404192Z
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.404262Z tryProduce true
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@5d33a4e0{AC.ReadCB@167db52d{HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 232 HeapByteBuffer@1b34a7ad[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x0050H\xAd\x8d\x98\x8a=\r+\x03\x1at/$}\xDa\xE6J\xD8\x8b...y\xF8iyW\xCd\xB4\x88\xD7f\xBdp.U\xAcJ],Yv\xD2\xA8\x0f>>>\x01\x91\x0b0L3\xDa_{...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=232
2021-11-10 05:09:03 405 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.73.73:39044, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB0\x9e\x94Y...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=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
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...s\xC9\xCb\xA9y8Q<<<\x17\x03\x03\x00\xA9\x17\xFc\xF2\xB3\xE0_\xD2\xF9\xE7\xC7z\x8e\x94\xE5\xB2\xC9\xA1\xE0\xEe\xB7...y\xF8iyW\xCd\xB4\x88\xD7f\xBdp.U\xAcJ],Yv\xD2\xA8\x0f>>>\x01\x91\x0b0L3\xDa_{...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>.r\xF6\xAb\x03\x01\x1b\xCa\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>.r\xF6\xAb\x03\x01\x1b\xCa\x1b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@167db52d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} filled 152 HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>.r\xF6\xAb\x03\x01\x1b\xCa\x1b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>.r\xF6\xAb\x03\x01\x1b\xCa\x1b...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>.r\xF6\xAb\x03\x01\x1b\xCa\x1b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-11-10 05:09:03 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
GET //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.73.234:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.73.234 with SNI null
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@236dfdc1 in null
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-11-10 05:09:03 406 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-11-10 05:09:03 406 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-11-10 05:09:03 406 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 3d3dd99b-f090-4585-9857-374f0c8c7397
2021-11-10 05:09:03 406 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-11-10 05:09:03 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@236dfdc1
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@4a36aaa6 exclude no deflater
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@70a4e72f[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@126bbb5b{null}
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 10 Nov 2021 05:09:03 GMT
X-TransactionID: 3d3dd99b-f090-4585-9857-374f0c8c7397
X-InvocationID: 422a7a1e-2a4e-4519-8e5a-34233ed7c61e
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5ea4df22[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@21383dca] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@70a4e72f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 10 Nov 2021 05:09:03 GMT
X-TransactionID: 3d3dd99b-f090-4585-9857-374f0c8c7397
X-InvocationID: 422a7a1e-2a4e-4519-8e5a-34233ed7c61e
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5ea4df22[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@21383dca] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-11-10 05:09:03 407 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@76f23b5d{IDLE}->null [HeapByteBuffer@17eeb0b6[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@70a4e72f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@76f23b5d{WRITING}->null:IDLE-->WRITING
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=COMPLETING}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@17eeb0b6[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@70a4e72f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=COMPLETING}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=COMPLETING}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@76f23b5d{WRITING}->null
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@76f23b5d{IDLE}->null:WRITING-->IDLE
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5ea4df22[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@21383dca] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5ea4df22[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@21383dca] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=5/30000}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:03 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:03 409 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=bd9f36c9-4e94-4427-acab-ff4f828f027c, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:03 409 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@282d00bf
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@7520c5e2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7520c5e2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@7520c5e2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@7520c5e2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@167db52d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@50e97b02{s=END}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7520c5e2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:03 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@7520c5e2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.73.73 - - [10/Nov/2021:05:09:03 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.73.234:9102 remote=/10.233.73.73:39044], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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} 
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2395b547{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1b34a7ad[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x91\x92o\xEe\xD3h\xAbTR\xAb\x16\xE1\xF6\xF9&\xBc\xE3\xE9\n>>>/\x03uZ\xA8a\x0e\x05\xF1...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.410723Z
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@4e15871f offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.410813Z
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2eb0f489 startThread=0
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2eb0f489 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@2eb0f489 started
2021-11-10 05:09:03 410 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2eb0f489 waiting
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4e15871f task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.410995Z
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.411017Z tryProduce true
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@261ca6b6{SSLC.NBReadCB@2395b547{SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}}}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3601]@2021-11-10T05:09:03.410972Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@261ca6b6{null}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@261ca6b6{null} lost race null
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@bef1ba6 size 1 > capacity
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@5d33a4e0{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)
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@58945295{STARTED} id=0 keys=1 selected=1 updates=0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@bef1ba6 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@26efbbcd startThread=0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@5d33a4e0{null}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@26efbbcd in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 0 updates
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 0 keys
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@7520c5e2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@167db52d::DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@3f0d03c6 size 1 > capacity
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@3f0d03c6 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@2395b547::SocketChannelEndPoint@1d684261{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2395b547{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a84fa6d{/10.233.73.73:39044<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@167db52d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50e97b02{s=START}]=>HttpChannelOverHttp@21228ffa{s=HttpChannelState@7520c5e2{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}
2021-11-10 05:09:03 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@26efbbcd in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@356134eb on ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=0
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=1
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@356134eb
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@356134eb startThread=0
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@356134eb in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-11-10 05:09:13 388 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7353f9e7
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@632f1983{AC.ReadCB@15d16c71{HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@356134eb in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39172], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3602]@2021-11-10T05:09:13.39136Z
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@2eb0f489 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3602]@2021-11-10T05:09:13.391415Z
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6892c951 startThread=0
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2eb0f489 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3602]@2021-11-10T05:09:13.391579Z
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6892c951 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@6892c951 started
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6892c951 waiting
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3602]@2021-11-10T05:09:13.391706Z tryProduce true
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3602]@2021-11-10T05:09:13.391649Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@632f1983{AC.ReadCB@15d16c71{HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1b34a7ad[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x19\x92\xB9\x8e\xDbe$\xF6\xBc\x9a,\xCd\xB1\xE8...Pl\xD9\xD7\xE4\x0car;\x90lW3\xC0j3%\xF78\x84o\xF9p>>>\x04\x922a\xBb\x91-D\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 392 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:13 393 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
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1b34a7ad[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x19\x92\xB9\x8e...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2021-11-10 05:09:13 393 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1b34a7ad[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x19\x92\xB9\x8e\xDbe$\xF6\xBc\x9a,\xCd\xB1\xE8...\xA0\xD8\x06\xEf\xEa\x18\x1b\x1b\x029\x94W\xDa+\xDe\xD0\xCb\xE6\xCdD+\xEf\x0e>>>$t\xBf\x0e\xE0\x8flsL...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 394 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2021-11-10 05:09:13 394 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 394 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:13 398 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@7353f9e7
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:13 400 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
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:13 400 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
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:13 400 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
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:13 401 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:13 401 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=11/30000}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@632f1983{AC.ReadCB@15d16c71{HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4e15871f size 1 > capacity
2021-11-10 05:09:13 401 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4e15871f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39172], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3603]@2021-11-10T05:09:13.402775Z
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@6892c951 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3603]@2021-11-10T05:09:13.402872Z
2021-11-10 05:09:13 402 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@417bdc99 startThread=0
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@417bdc99 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6892c951 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3603]@2021-11-10T05:09:13.403149Z
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@417bdc99 started
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@417bdc99 waiting
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3603]@2021-11-10T05:09:13.403205Z tryProduce true
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3603]@2021-11-10T05:09:13.403087Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@632f1983{AC.ReadCB@15d16c71{HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-11-10 05:09:13 403 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:13 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 232 HeapByteBuffer@1b34a7ad[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005\xE7\xE3\xC7\xB4j\x8f?\x88{V\x04Q\xF9L\xA2\x94\x01/c\x88...\xF3\xB1\x0f\xC7#\xF80\xB5\xDa`\xDb,\x98U\x14\xFd\x04\x0e\xB9E\x89/[>>>\x04?c\xFd\xF8\xE4\x90L\xB1...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=232
2021-11-10 05:09:13 404 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.73.73:39172, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-11-10 05:09:13 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD9\x7f{H...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=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
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...Z\xB4\xA6.\x8a\xBdq<<<\x17\x03\x03\x00\xA92\xCd\xA0V\x1b"\xD9>>\x04?c\xFd\xF8\xE4\x90L\xB1...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\x96\xC2\r\x7fy#\x1d+\x8b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\x96\xC2\r\x7fy#\x1d+\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@15d16c71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000} filled 152 HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\x96\xC2\r\x7fy#\x1d+\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\x96\xC2\r\x7fy#\x1d+\x8b...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\x96\xC2\r\x7fy#\x1d+\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-11-10 05:09:13 405 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.73.234:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.73.234 with SNI null
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@25f72b25 in null
2021-11-10 05:09:13 406 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}
2021-11-10 05:09:13 406 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}
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:13 406 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-11-10 05:09:13 406 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-11-10 05:09:13 406 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-11-10 05:09:13 406 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 24e88bc3-fb90-40a0-9476-c43c964248a4
2021-11-10 05:09:13 407 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-11-10 05:09:13 407 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-11-10 05:09:13 407 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-11-10 05:09:13 407 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@25f72b25
2021-11-10 05:09:13 408 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@202d76ca exclude no deflater
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@52012b7f[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@4d81bab2{null}
2021-11-10 05:09:13 408 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@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Wed, 10 Nov 2021 05:09:13 GMT
X-TransactionID: 24e88bc3-fb90-40a0-9476-c43c964248a4
X-InvocationID: c623f9b8-6f00-4c5a-9ca8-3c2bfb3ec7a5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:13 408 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@51330e24[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ae3a9ee] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-11-10 05:09:13 408 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@52012b7f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 10 Nov 2021 05:09:13 GMT
X-TransactionID: 24e88bc3-fb90-40a0-9476-c43c964248a4
X-InvocationID: c623f9b8-6f00-4c5a-9ca8-3c2bfb3ec7a5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-11-10 05:09:13 408 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@51330e24[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ae3a9ee] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4162331e{IDLE}->null [HeapByteBuffer@17eeb0b6[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@52012b7f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4162331e{WRITING}->null:IDLE-->WRITING
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=COMPLETING}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@17eeb0b6[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@52012b7f[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-11-10 05:09:13 408 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
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=COMPLETING}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:13 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=COMPLETING}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4162331e{WRITING}->null
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4162331e{IDLE}->null:WRITING-->IDLE
2021-11-10 05:09:13 409 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@51330e24[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ae3a9ee] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:13 409 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@51330e24[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ae3a9ee] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=7/30000}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:13 409 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
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:13 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 410 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@2fb4af13 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 410 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=ffd89bd1-ac3a-4423-9842-06c3a2f6d291, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13
2021-11-10 05:09:13 410 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@70d11e6d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@70d11e6d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.73.234:9102 remote=/10.233.73.73:39172], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@70d11e6d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@70d11e6d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@70d11e6d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:13 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
10.233.73.73 - - [10/Nov/2021:05:09:13 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@70d11e6d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@138d7f27{s=END}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=null,age=6}:runFillable:BLOCKING
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3604]@2021-11-10T05:09:13.411235Z
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@417bdc99 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3604]@2021-11-10T05:09:13.411269Z
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6a0481f8 startThread=0
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6a0481f8 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1b34a7ad[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xE1U'\xC4\xAf\x05p\xE9\xE9\xAe\xA3\xA3\x18r\xF59\x83\x87\x96>>>\x05c\x1c&\xB8G:\xC46...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@6a0481f8 started
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6a0481f8 waiting
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@417bdc99 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3604]@2021-11-10T05:09:13.411443Z
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3604]@2021-11-10T05:09:13.411367Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3605]@2021-11-10T05:09:13.41149Z tryProduce true
2021-11-10 05:09:13 411 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}}}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}}}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@70d11e6d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2fb4af13
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2eb0f489 size 1 > capacity
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2eb0f489 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.73.234:9102 remote=/10.233.73.73:39172], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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} 
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@7d035373{SSLC.NBReadCB@6b572656{SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}}}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillableFail SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onFail FillInterest@632f1983{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.ssl.SslConnection.onFillable(SslConnection.java:396)
	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)
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@58945295{STARTED} id=0 keys=1 selected=1 updates=0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2efd0f04 startThread=0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@632f1983{null}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2efd0f04 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 0 updates
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@632f1983{null}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 0 keys
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@632f1983{null} lost race null
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6892c951 size 1 > capacity
2021-11-10 05:09:13 412 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6892c951 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:13 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 413 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@15d16c71::DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}
2021-11-10 05:09:13 413 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@6b572656::SocketChannelEndPoint@33874fd3{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6b572656{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79213e73{/10.233.73.73:39172<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@15d16c71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@138d7f27{s=START}]=>HttpChannelOverHttp@3039d82d{s=HttpChannelState@70d11e6d{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}
2021-11-10 05:09:13 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2efd0f04 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:14 447 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@11272b3c] obtained in 0 millis
2021-11-10 05:09:14 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@7d31340d, maxRows=1, fetchSize=0, flags=16
2021-11-10 05:09:14 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-11-10 05:09:14 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-11-10 05:09:14 448 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-11-10 05:09:14 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2021-11-10 05:09:14 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2021-11-10 05:09:14 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2021-11-10 05:09:14 449 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-11-10 05:09:14 449 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 1 millis
2021-11-10 05:09:14 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2021-11-10 05:09:14 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2021-11-10 05:09:14 449 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2021-11-10 05:09:14 449 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@11272b3c] released
2021-11-10 05:09:14 450 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@13720c52] obtained in 0 millis
2021-11-10 05:09:14 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4933ce4e, maxRows=0, fetchSize=0, flags=16
2021-11-10 05:09:14 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1636520954447>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-11-10 05:09:14 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-11-10 05:09:14 450 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-11-10 05:09:14 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2021-11-10 05:09:14 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2021-11-10 05:09:14 452 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-11-10 05:09:14 452 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 2 millis
2021-11-10 05:09:14 452 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@13720c52] released
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@7d6bb139 on ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=0
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=1
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@7d6bb139
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@7d6bb139 startThread=0
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@7d6bb139 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-11-10 05:09:23 388 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4c4061e0
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@2ef02f7{AC.ReadCB@7d1e2c5a{HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@7d6bb139 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39296], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3605]@2021-11-10T05:09:23.391032Z
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@6a0481f8 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3605]@2021-11-10T05:09:23.391088Z
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@74b915ce startThread=0
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@6a0481f8 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3605]@2021-11-10T05:09:23.391235Z
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@74b915ce in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3605]@2021-11-10T05:09:23.391192Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@74b915ce started
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@74b915ce waiting
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.391286Z tryProduce true
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@2ef02f7{AC.ReadCB@7d1e2c5a{HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1b34a7ad[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03uA\xB79\x07\x02\x00\xF3\xEc\xBey\xF0\xA5}...\r\xD4K\xCa;\x96\x16a\xA4j.6F_\x07\xEdY^\x1dX\xEe\xFcL>>>\xCb\x18\xD9\x96>\xAd\x04\x12\xC5...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261
2021-11-10 05:09:23 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 392 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1b34a7ad[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03uA\xB79...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=6
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1b34a7ad[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03uA\xB79\x07\x02\x00\xF3\xEc\xBey\xF0\xA5}...\xCf\xBe\x16\xDf9\x8dc\x08\xE9\xF8\x1fL\xEf\x91G^\x86\xFb\xCbb\xE7Bf>>>$t\xBf\x0e\xE0\x8flsL...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=367
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 393 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:23 396 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4c4061e0
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=9/30000}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@2ef02f7{AC.ReadCB@7d1e2c5a{HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@417bdc99 size 1 > capacity
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@417bdc99 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39296], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.400788Z
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@74b915ce offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.40086Z
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 400 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@398ce7bb startThread=0
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@398ce7bb in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@398ce7bb started
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@398ce7bb waiting
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@74b915ce task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.401136Z
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.401073Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3606]@2021-11-10T05:09:23.401206Z tryProduce true
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2ef02f7{AC.ReadCB@7d1e2c5a{HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 232 HeapByteBuffer@1b34a7ad[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005*Y\x06\xB6\xBfF\xB3\xC3\xD3\xA1\xAa\x9f#\xF7\x97\xD4\x19\x9c\xEa9...\x8f\x17\xD9\xFa\x04\xF7\x88\x04P-)\xCe\x05x\xC0\xA6\x1f\xD1\x93\x0f\xBdyF>>>z]\x93\xA0^\x86\xC7\xBf\x8f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=232
2021-11-10 05:09:23 402 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.73.73:39296, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4M\xC0(...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=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
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...0X\xDb\x94\xA7\xEd\xA6<<<\x17\x03\x03\x00\xA9\xFd\x98C>>E>>z]\x93\xA0^\x86\xC7\xBf\x8f...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\\\xB4)Cv\xD6\xEb\xB6\x83...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\\\xB4)Cv\xD6\xEb\xB6\x83...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} filled 152 HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\\\xB4)Cv\xD6\xEb\xB6\x83...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\\\xB4)Cv\xD6\xEb\xB6\x83...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>\\\xB4)Cv\xD6\xEb\xB6\x83...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.73.234:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-11-10 05:09:23 402 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.73.234 with SNI null
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@41296267 in null
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-11-10 05:09:23 403 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-11-10 05:09:23 403 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-11-10 05:09:23 403 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: a032fc38-5154-424b-9e69-a0f6ce0a6c31
2021-11-10 05:09:23 403 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-11-10 05:09:23 403 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@41296267
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@211fd1e5 exclude no deflater
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@46d03e48[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@18bfb816{null}
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 10 Nov 2021 05:09:23 GMT
X-TransactionID: a032fc38-5154-424b-9e69-a0f6ce0a6c31
X-InvocationID: 8fc62718-3c9d-4dc1-bc5c-419a89034f4a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@128fcb3c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d40b071] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@46d03e48[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 10 Nov 2021 05:09:23 GMT
X-TransactionID: a032fc38-5154-424b-9e69-a0f6ce0a6c31
X-InvocationID: 8fc62718-3c9d-4dc1-bc5c-419a89034f4a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@128fcb3c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d40b071] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@aa5f5ef{IDLE}->null [HeapByteBuffer@17eeb0b6[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@46d03e48[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@aa5f5ef{WRITING}->null:IDLE-->WRITING
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=COMPLETING}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@17eeb0b6[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@46d03e48[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-11-10 05:09:23 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=COMPLETING}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=COMPLETING}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@aa5f5ef{WRITING}->null
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@aa5f5ef{IDLE}->null:WRITING-->IDLE
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@128fcb3c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d40b071] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@128fcb3c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d40b071] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=6/30000}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34
2021-11-10 05:09:23 406 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=c6e8f30f-6bdb-412f-aaef-ce7f9adb4d4e, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-11-10 05:09:23 406 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@2179c583{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@2179c583{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@2179c583{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.73.234:9102 remote=/10.233.73.73:39296], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@2179c583{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@2179c583{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@2179c583{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4097e429{s=END}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=,age=4}:runFillable:BLOCKING
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3607]@2021-11-10T05:09:23.406834Z
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@398ce7bb offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3607]@2021-11-10T05:09:23.406893Z
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1b34a7ad[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x97\x13w\xC2\x89/\xBd\xF8\xAe\x85\xB0\x06\xDfw0\x8e\xF6{\xAa>>>\xF3\x98J\xEa\xE7\xD6>J....\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4f2b9e02 startThread=0
10.233.73.73 - - [10/Nov/2021:05:09:23 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-11-10 05:09:23 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4f2b9e02 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@398ce7bb task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3607]@2021-11-10T05:09:23.407039Z
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@4f2b9e02 started
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4f2b9e02 waiting
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3607]@2021-11-10T05:09:23.40708Z tryProduce true
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3607]@2021-11-10T05:09:23.406995Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}}}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}}}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@2ef02f7{null}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@2ef02f7{null} lost race null
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34 on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4a3a8b34
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@74b915ce size 1 > capacity
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@74b915ce in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.73.234:9102 remote=/10.233.73.73:39296], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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} 
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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
2021-11-10 05:09:23 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@e9f820c{SSLC.NBReadCB@2fad7982{SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}}}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3608]@2021-11-10T05:09:23.408024Z
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@4f2b9e02 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3608]@2021-11-10T05:09:23.408073Z
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1f645aa startThread=0
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@2ef02f7{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)
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@58945295{STARTED} id=0 keys=1 selected=1 updates=0
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbf83a5 startThread=0
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@2ef02f7{null}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3608]@2021-11-10T05:09:23.40817Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@e9f820c{null}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@e9f820c{null} lost race null
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4f2b9e02 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.408298Z
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1f645aa in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@2179c583{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@1f645aa started
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.408401Z tryProduce true
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbf83a5 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}]
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@1f645aa waiting
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4f2b9e02 size 1 > capacity
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6a0481f8 size 1 > capacity
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@6a0481f8 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4f2b9e02 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@7d1e2c5a::DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 408 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@2fad7982::SocketChannelEndPoint@57388985{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2fad7982{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@329e0488{/10.233.73.73:39296<->/10.233.73.234:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d1e2c5a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4097e429{s=START}]=>HttpChannelOverHttp@2bbf2bd0{s=HttpChannelState@2179c583{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}
2021-11-10 05:09:23 409 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbf83a5 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@ccdc7d0 on ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=0
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@3462e99a-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=0 selected=0 updates=1
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/0 selected
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@ccdc7d0
2021-11-10 05:09:23 969 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@ccdc7d0 startThread=0
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@ccdc7d0 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-29] invocationID:{InvocationID} - SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-29] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6b295ce4
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - new HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:23 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - New HTTP Connection HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@1125f0c{AC.ReadCB@30074f86{HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@be34bd7{SSLC.NBReadCB@658be626{SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3163265b on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Created SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 971 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@ccdc7d0 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3163265b
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 972 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39306], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.973368Z
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@1f645aa offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.97344Z
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4fd655b6 startThread=0
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4fd655b6 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@4fd655b6 started
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4fd655b6 waiting
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1f645aa task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.973727Z
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3609]@2021-11-10T05:09:23.973654Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.973805Z tryProduce true
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 973 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@be34bd7{SSLC.NBReadCB@658be626{SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@1125f0c{AC.ReadCB@30074f86{HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1b34a7ad[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03i\xB4\xCa\xF4\x07\xD1\x0f\xD5\xEf\x91F\x18}\x14.../*\xBe\x1e\xEa \xE5\xC2\xA9H!t\xAb\x0b\xA4\xC27\x12y7\xDa]&>>>\x80\x9fi\xEfP\x1a\xD8Y\x8a...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2021-11-10 05:09:23 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 975 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:23 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:23 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:23 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 975 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
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1b34a7ad[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03i\xB4\xCa\xF4\x07\xD1\x0f\xD5...\xF6\x1fj\x87\xEb\x0c;\xCe`P\x89\xE2z\x16\xD4\x0e\xC8\xDe\x90\xB6'\xD8z>>>lsLog;\\n ...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=373
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03i\xB4\xCa\xF4\x07\xD1\x0f\xD5\xEf\x91F\x18}\x14...\xF6\x1fj\x87\xEb\x0c;\xCe`P\x89\xE2z\x16\xD4\x0e\xC8\xDe\x90\xB6'\xD8z>>>lsLog;\\n ...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-11-10 05:09:23 983 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6b295ce4
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50a61858[p=0,l=0,c=0,r=0]={<<<>>>}
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-11-10 05:09:23 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 987 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 987 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@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=16/30000}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@1125f0c{AC.ReadCB@30074f86{HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@be34bd7{SSLC.NBReadCB@658be626{SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3163265b on ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=0
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@58945295{STARTED} id=0 keys=1 selected=0 updates=1
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken with none selected
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 0/0/1 selected
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 0 keys, 1 updates
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@398ce7bb size 1 > capacity
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3163265b
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@398ce7bb in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2021-11-10 05:09:23 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc woken up from select, 1/1/1 selected
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc processing 1 keys, 0 updates
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.73.234:9102 remote=/10.233.73.73:39306], selector=sun.nio.ch.EPollSelectorImpl@112344fc, interestOps=1, readyOps=1 SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.988464Z
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@4fd655b6 offer EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.988522Z
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@66741fce startThread=0
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4fd655b6 task=EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.988637Z
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@66741fce in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@66741fce started
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@66741fce waiting
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.988717Z tryProduce true
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@460aa24e/SelectorProducer@357cdb00/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3610]@2021-11-10T05:09:23.988687Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@be34bd7{SSLC.NBReadCB@658be626{SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@112344fc waiting with 1 keys
2021-11-10 05:09:23 988 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@1125f0c{AC.ReadCB@30074f86{HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 232 HeapByteBuffer@1b34a7ad[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005\xEe\x1dr\xF0B\xAd\x94\xD0\x91\x10P\x88X\xB0K\xF1\xD8\x10\x9b\xFb...\xEc\xEd`!\xB8\xF3*\xB2uO6u7\x0b\xB4x:o\xBa\x1b3\x0f\xD1>>>\x01\x91T\xB8\x9b7\x16D!...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=232
2021-11-10 05:09:23 990 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} -  TLSHandshake: 10.233.73.73:39306, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#HG\xC1\x13...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@658be626::SocketChannelEndPoint@56de1a09{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=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
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1b34a7ad[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...\xAb\x05\xD0\xF0#\xE1\xEe<<<\x17\x03\x03\x00\xA9a\x83\x1bk\n:\x00\x9ci3\xA8\x99\x0f(\xD8H\xF3\x08\xA5\xC0...\xEc\xEd`!\xB8\xF3*\xB2uO6u7\x0b\xB4x:o\xBa\x1b3\x0f\xD1>>>\x01\x91T\xB8\x9b7\x16D!...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>b\xC3`\x9fC\x8eD\xD3\x1c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>b\xC3`\x9fC\x8eD\xD3\x1c...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.73.234:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@658be626{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30074f86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57553332{s=START}]=>HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} filled 152 HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>b\xC3`\x9fC\x8eD\xD3\x1c...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>b\xC3`\x9fC\x8eD\xD3\x1c...\x00\x00\x00\x00\x00\x00\x00} {}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6db47603[p=0,l=152,c=17408,r=152]={<<>>b\xC3`\x9fC\x8eD\xD3\x1c...\x00\x00\x00\x00\x00\x00\x00}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.73.234:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@30074f86::DecryptedEndPoint@11e8ef23{/10.233.73.73:39306<->/10.233.73.234:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@3740b590{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.73.234 with SNI null
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@bebd646{s=HttpChannelState@3740b590{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.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@2e1afe3e in null
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:23 990 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-11-10 05:09:23 991 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering.
2021-11-10 05:09:23 991 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-11-10 05:09:23 991 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 2b9744f8-a91c-4bdd-8b6a-c576a0e497c8
2021-11-10 05:09:23 991 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-11-10 05:09:23 991 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-11-10 05:09:23 992 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.73.234:9102/api/holmes-engine-mgmt/v1/healthcheck)@2e1afe3e
2021-1