By type
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.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source) at java.naming/javax.naming.InitialContext.lookup(Unknown Source) ... 25 common frames omitted 2022-01-21 01:57:49 821 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. 2022-01-21 01:57:49 822 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. 2022-01-21 01:57:49 824 INFO [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). 2022-01-21 01:57:49 824 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][pool-2-thread-1] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=0f9a82dd-29d0-46d5-86a1-214cdc8a0fe8, referenceCounter=0, store size=0} on thread pool-2-thread-1 2022-01-21 01:57:49 824 INFO [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to generate the MD5 information for new configurations. javax.ws.rs.ProcessingException: URI is not absolute at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:309) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:619) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:654) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:648) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:648) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:618) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:397) at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:297) at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:123) at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112) at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72) at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77) at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalArgumentException: URI is not absolute at java.base/java.net.URL.fromURI(Unknown Source) at java.base/java.net.URI.toURL(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:312) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297) ... 23 common frames omitted 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3a27657e[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782]] on ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=0 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=1 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/0 selected 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updateable 1 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - update Accept@3a27657e[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782]] 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - queue Accept@3a27657e[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782]] startThread=0 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@3a27657e[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->
idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-01-21 01:57:57 396 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@9ccc7a 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=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@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@3d5c937b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=2 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@3a27657e[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 2 updates 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updateable 2 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@3d5c937b 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1789]@2022-01-21T01:57:57.398894Z 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@3d86700f offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1789]@2022-01-21T01:57:57.398949Z 2022-01-21 01:57:57 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@cce2d07 startThread=0 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@3d86700f task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1789]@2022-01-21T01:57:57.399078Z 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-83] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1789]@2022-01-21T01:57:57.399054Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@cce2d07 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1790]@2022-01-21T01:57:57.399163Z tryProduce true 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - fillable FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@cce2d07 started 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@cce2d07 waiting 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >c.onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - fillable FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 261 HeapByteBuffer@169b1f4f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x91"n\xCb\x1f[\xE7\x8f#$\x18$\x08\xF1...\x88\xBe4{5\x08\xCfS\xEb\x0cJ\n\x07\x05(\x0b\xC5w\xE1\xE6\xE6\xE3k>>>74\xB7\xD7\xAe\xC2\xF3\xC9\r...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=261 2022-01-21 01:57:57 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill starting handshake SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >flush SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=0 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 6 HeapByteBuffer@169b1f4f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x91"n\xCb...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=6 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=0 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000} filled 0 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.http.HttpParser][dw-83] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000} parsed false HttpParser{s=START,0 of -1} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-83] invocationID:{InvocationID} - fillInterested HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - interested FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - interested FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@f5ab508 size 1 > capacity 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@f5ab508 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 401 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1790]@2022-01-21T01:57:57.403269Z 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@cce2d07 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1790]@2022-01-21T01:57:57.403318Z 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@3604c72c startThread=0 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@3604c72c in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1790]@2022-01-21T01:57:57.403412Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@cce2d07 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1790]@2022-01-21T01:57:57.403449Z 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@3604c72c started 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@3604c72c waiting 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.403526Z tryProduce true 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}}} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 367 HeapByteBuffer@169b1f4f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x91"n\xCb\x1f[\xE7\x8f#$\x18$\x08\xF1...?b\x9f\x1c\x19\xE9\x0e\x9b\x8b\x05\xA8\xB2\xE21\x9dO(3.\xAb\x85\x08)>>>\x9cP\x8e\xE8\xA4\x06o\xCd!...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=367 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:57:57 407 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@9ccc7a 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=9/30000} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@3d86700f size 1 > capacity 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@3d86700f in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2022-01-21 01:57:57 411 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51782], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.412693Z 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@3604c72c offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.412851Z 2022-01-21 01:57:57 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5a0e4d08 startThread=0 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5a0e4d08 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@5a0e4d08 started 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@5a0e4d08 waiting 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@3604c72c task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.413364Z 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.413287Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-169] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1791]@2022-01-21T01:57:57.413403Z tryProduce true 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@72c687d6{AC.ReadCB@6ae7056b{HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=FI,flush=-,to=2/30000}}} 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 220 HeapByteBuffer@169b1f4f[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005\xCa\xB0\xA3\xC5y\xC1\xB9\xBbYZ\xBb\x03P\xEf8^H\x0e\xE1\xDa...\x190jI&\xFb0\xF8\xD9\xDd\xB6c%\xE0\xBb}\xAb2\xF80\xD8$q>>>,\x00E\x00C\x13\x010B...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=220 2022-01-21 01:57:57 415 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.68.38:51782, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-01-21 01:57:57 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=220 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=220,c=17408,r=162] unwrapBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x95.~\xEc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-01-21 01:57:57 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:57:57 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...\x82\xCeX^\xE2w><<<\x17\x03\x03\x00\x9d\xE3q\x1a\xF3\x95\xE9\xB0\x9e\t\xFe\x93\xAd\x00E\xBbN\xC0\xDd\xD0\x80...\x190jI&\xFb0\xF8\xD9\xDd\xB6c%\xE0\xBb}\xAb2\xF80\xD8$q>>>,\x00E\x00C\x13\x010B...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 162 bytesProduced = 140 encryptedBuffer=[p=220,l=220,c=17408,r=0] unwrapBuffer=HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\x88\x7fA\xF2!\xB2\xA1\xFc\xA4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\x88\x7fA\xF2!\xB2\xA1\xFc\xA4...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=4/30000} filled 140 HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\x88\x7fA\xF2!\xB2\xA1\xFc\xA4...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\x88\x7fA\xF2!\xB2\xA1\xFc\xA4...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\x88\x7fA\xF2!\xB2\xA1\xFc\xA4...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-01-21 01:57:57 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.68.161:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=6/30000} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.68.161 with SNI null 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@79e8bfdb in null 2022-01-21 01:57:57 417 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-01-21 01:57:57 418 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2022-01-21 01:57:57 418 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-01-21 01:57:57 418 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9da59962-4e12-419a-95a7-7b4bccf56495 2022-01-21 01:57:57 418 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-01-21 01:57:57 418 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:57:57 419 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@79e8bfdb 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@66292171 exclude no deflater 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@3c012a49[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@14cf56cc{null} 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Fri, 21 Jan 2022 01:57:57 GMT X-TransactionID: 9da59962-4e12-419a-95a7-7b4bccf56495 X-InvocationID: cc9701c3-9855-4183-a0b2-5d844f9ddb10 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@286525e9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@768bb3d] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@3c012a49[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 21 Jan 2022 01:57:57 GMT X-TransactionID: 9da59962-4e12-419a-95a7-7b4bccf56495 X-InvocationID: cc9701c3-9855-4183-a0b2-5d844f9ddb10 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@286525e9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@768bb3d] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@328e9afb{IDLE}->null [HeapByteBuffer@f97ca91[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@3c012a49[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@328e9afb{WRITING}->null:IDLE-->WRITING 2022-01-21 01:57:57 420 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=COMPLETING}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f97ca91[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@3c012a49[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=COMPLETING}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=COMPLETING}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@328e9afb{WRITING}->null 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@328e9afb{IDLE}->null:WRITING-->IDLE 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@286525e9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@768bb3d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:57:57 421 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@286525e9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@768bb3d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=10/30000} 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:57:57 422 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 1 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:57:57 423 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=1509e89a-e70b-4bc6-8e82-d102090179f6, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.161:9101 remote=/10.233.68.38:51782], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-01-21 01:57:57 423 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1792]@2022-01-21T01:57:57.423878Z 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@5a0e4d08 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1792]@2022-01-21T01:57:57.423917Z 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:57:57 423 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@59b66ed3 startThread=0 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5a0e4d08 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1792]@2022-01-21T01:57:57.424048Z 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@59b66ed3 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-169] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1792]@2022-01-21T01:57:57.424014Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@59b66ed3 started 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1793]@2022-01-21T01:57:57.424106Z tryProduce true 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@59b66ed3 waiting 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}}} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - >c.onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@72c687d6{null} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - FillInterest@72c687d6{null} lost race null 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@205812eb{s=END}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@3604c72c size 1 > capacity 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@3604c72c in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@6d817b51{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6d817b51{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@6d817b51{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:57:57 424 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@6d817b51{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6d817b51{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 10.233.68.38 - - [21/Jan/2022:01:57:57 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 8 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@6d817b51{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-01-21 01:57:57 425 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@169b1f4f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13<\xB6\x9ad\x89\xEf\n\xAf\x87P\xA9\xFa\x16)9\xC6\xCc+W>>>{\xCe\xE0\x84\\*\xEdD\x07...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=15/30000} filled -1 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=15/30000} 2022-01-21 01:57:57 426 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=15/30000} 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 427 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@79083e1b 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.161:9101 remote=/10.233.68.38:51782], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1793]@2022-01-21T01:57:57.428597Z 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@59b66ed3 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1793]@2022-01-21T01:57:57.428732Z 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@26563554 startThread=0 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@26563554 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@26563554 started 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@26563554 waiting 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1793]@2022-01-21T01:57:57.428814Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@59b66ed3 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1793]@2022-01-21T01:57:57.428883Z 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@2bd805be{SSLC.NBReadCB@5b613c72{SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1794]@2022-01-21T01:57:57.428959Z tryProduce true 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 428 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@72c687d6{null} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@72c687d6{null} lost race null 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@5a0e4d08 size 1 > capacity 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@5a0e4d08 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4a657f6c{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=/10.233.68.161:9101,r=/10.233.68.38:51782,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@2bd805be{null} 2022-01-21 01:57:57 429 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@336f8a6 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/0 selected 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 0 updates 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 0 keys 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4a657f6c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-83] invocationID:{InvocationID} - onClose HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-83] invocationID:{InvocationID} - onClose SslConnection@5b613c72::SocketChannelEndPoint@4a657f6c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@336f8a6 startThread=0 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@336f8a6 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@72c687d6{null} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-01-21 01:57:57 430 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} 2022-01-21 01:57:57 431 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} 2022-01-21 01:57:57 431 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6ae7056b::DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} onFillable exit HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:57:57 431 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@5b613c72{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@cfef792{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6ae7056b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@205812eb{s=START}]=>HttpChannelOverHttp@7a95af3b{s=HttpChannelState@6d817b51{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:57:57 431 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@cce2d07 size 1 > capacity 2022-01-21 01:57:57 431 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@cce2d07 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:57:59 777 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@38894d8f] obtained in 0 millis 2022-01-21 01:57:59 777 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@76fb1fa4, maxRows=0, fetchSize=0, flags=16 2022-01-21 01:57:59 777 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2022-01-21 01:57:59 777 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-01-21 01:57:59 777 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-01-21 01:57:59 777 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=51) 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-01-21 01:57:59 778 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 0 millis 2022-01-21 01:57:59 778 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2022-01-21 01:57:59 778 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 3 2022-01-21 01:57:59 778 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getLong columnIndex: 4 2022-01-21 01:57:59 778 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@38894d8f] released 2022-01-21 01:57:59 778 INFO [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently. 2022-01-21 01:57:59 778 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@190a56cd] obtained in 0 millis 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@2aa31488, maxRows=0, fetchSize=0, flags=16 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_2,portal=null) 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-01-21 01:57:59 778 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-01-21 01:57:59 779 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-01-21 01:57:59 779 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 0) 2022-01-21 01:57:59 779 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-01-21 01:57:59 779 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis 2022-01-21 01:57:59 779 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@190a56cd] released 2022-01-21 01:57:59 779 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@6616e83c] obtained in 0 millis 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@9996a68, maxRows=0, fetchSize=0, flags=16 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_3,portal=null,$1=<1>,type=INT4) 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 0) 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-01-21 01:57:59 780 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEnable */ SELECT * FROM APLUS_RULE WHERE enable=?] took 0 millis 2022-01-21 01:57:59 780 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@6616e83c] released 2022-01-21 01:57:59 780 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7ea35c0f] obtained in 0 millis 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@66abdb7a, maxRows=0, fetchSize=0, flags=16 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_4,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR) 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-01-21 01:57:59 780 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-01-21 01:57:59 781 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-01-21 01:57:59 781 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 0) 2022-01-21 01:57:59 781 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-01-21 01:57:59 781 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 0 millis 2022-01-21 01:57:59 781 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7ea35c0f] released 2022-01-21 01:58:04 809 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@145ae4cd] obtained in 0 millis 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@778bcfc9, maxRows=0, fetchSize=0, flags=16 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Sync 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE DataRow(len=51) 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-01-21 01:58:04 810 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-01-21 01:58:04 810 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 0 millis 2022-01-21 01:58:04 810 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2022-01-21 01:58:04 810 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2022-01-21 01:58:04 810 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2022-01-21 01:58:04 811 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@145ae4cd] released 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@77714f39[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902]] on ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=0 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=1 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/0 selected 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:07 395 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update Accept@77714f39[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902]] 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue Accept@77714f39[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902]] startThread=0 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run Accept@77714f39[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@662ca4bd 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=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@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@47bbd910 on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 396 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@12f4d915{AC.ReadCB@3fcca4c4{HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=2 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 2 updates 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@47bbd910 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b 2022-01-21 01:58:07 397 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran Accept@77714f39[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1794]@2022-01-21T01:58:07.398584Z 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@26563554 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1794]@2022-01-21T01:58:07.398642Z 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@67dddf5c startThread=0 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@26563554 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1794]@2022-01-21T01:58:07.39876Z 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@67dddf5c in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1794]@2022-01-21T01:58:07.398729Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@67dddf5c started 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=1}][pc=0,pic=0,pec=17,epc=1795]@2022-01-21T01:58:07.3988Z tryProduce true 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@67dddf5c waiting 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@12f4d915{AC.ReadCB@3fcca4c4{HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-01-21 01:58:07 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@169b1f4f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xC9\xE7,2\xE9\x060\xD6F\xFb\xF7\xEfn\xDf...\xC5\xE4\x90\xC0:fY\x14\xDf_M}\xFe\xC8\x1b\xEev-\x13\xA2\x12\xC06>>>;\x94\x14VD\x98\xD7\x0fD...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 399 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:07 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 6 HeapByteBuffer@169b1f4f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xC9\xE7,2...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=6 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 367 HeapByteBuffer@169b1f4f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC9\xE7,2\xE9\x060\xD6F\xFb\xF7\xEfn\xDf...r\n\xAc\xA1]\xA3\xD3\xEf\t\x04\xE7\x86F\xAdQ\xBa\x8c\x1e\x1eY\x8ed\x16>>>\x9cP\x8e\xE8\xA4\x06o\xCd!...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=367 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 400 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:07 403 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@662ca4bd 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:07 406 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 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:07 406 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 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:07 407 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:07 407 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=10/30000} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@12f4d915{AC.ReadCB@3fcca4c4{HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@59b66ed3 size 1 > capacity 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@59b66ed3 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 407 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:51902], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:07 408 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1795]@2022-01-21T01:58:07.408991Z 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@67dddf5c offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1795]@2022-01-21T01:58:07.409024Z 10.233.68.38 - - [21/Jan/2022:01:58:07 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 3 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1927a49b startThread=0 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1927a49b in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1795]@2022-01-21T01:58:07.409094Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@1927a49b started 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@67dddf5c task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1795]@2022-01-21T01:58:07.409171Z 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1927a49b waiting 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-169] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1796]@2022-01-21T01:58:07.409264Z tryProduce true 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@12f4d915{AC.ReadCB@3fcca4c4{HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 220 HeapByteBuffer@169b1f4f[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005\xEbV\xB5\xB0\xA4\x17+]\xD1'\xEb\x93$4+\xD0U\xD8\x93q...0\x93y\xAc\xD3\xD2\xCfG%\xCf]\x99]`\xA2\x1c\xCf >>,\x00E\x00C\x13\x010$...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 409 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=220 2022-01-21 01:58:07 410 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} - TLSHandshake: 10.233.68.38:51902, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=220 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=220,c=17408,r=162] unwrapBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBe\xAb1\xFd...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...\x10\xD70B7\xAe\x18<<<\x17\x03\x03\x00\x9d\xAd\x96_\xDb\xCc\xBc\xCe\x0f\xB5\x9d\xB4$"\xD7\xC6\xAd\x81A\xCc\xB1...0\x93y\xAc\xD3\xD2\xCfG%\xCf]\x99]`\xA2\x1c\xCf >>,\x00E\x00C\x13\x010$...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 162 bytesProduced = 140 encryptedBuffer=[p=220,l=220,c=17408,r=0] unwrapBuffer=HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\xFf)\x8a\xA8g\xAfx\xAe\xEe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\xFf)\x8a\xA8g\xAfx\xAe\xEe...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000} filled 140 HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\xFf)\x8a\xA8g\xAfx\xAe\xEe...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\xFf)\x8a\xA8g\xAfx\xAe\xEe...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=140,c=17408,r=140]={<< >>\xFf)\x8a\xA8g\xAfx\xAe\xEe...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.68.161:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=3/30000} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.68.161 with SNI null 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@5f99685e in null 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:07 410 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:07 411 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - chain=customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:07 411 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-01-21 01:58:07 411 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering. 2022-01-21 01:58:07 411 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-01-21 01:58:07 411 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 215b8901-b5c4-40d5-a7f0-63acad025457 2022-01-21 01:58:07 411 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 2022-01-21 01:58:07 411 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-01-21 01:58:07 411 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-01-21 01:58:07 411 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@5f99685e 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@340763e6 exclude no deflater 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@c477b9b[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@286015f4{null} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Fri, 21 Jan 2022 01:58:07 GMT X-TransactionID: 215b8901-b5c4-40d5-a7f0-63acad025457 X-InvocationID: 05c4e158-5cbc-4e87-a846-c8759c9eb77f Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3c2f433e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33380f0e] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@c477b9b[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 21 Jan 2022 01:58:07 GMT X-TransactionID: 215b8901-b5c4-40d5-a7f0-63acad025457 X-InvocationID: 05c4e158-5cbc-4e87-a846-c8759c9eb77f Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3c2f433e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33380f0e] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4143151{IDLE}->null [HeapByteBuffer@f97ca91[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@c477b9b[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4143151{WRITING}->null:IDLE-->WRITING 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=COMPLETING}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f97ca91[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@c477b9b[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=COMPLETING}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=COMPLETING}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4143151{WRITING}->null 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4143151{IDLE}->null:WRITING-->IDLE 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3c2f433e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33380f0e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3c2f433e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@33380f0e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=5/30000} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:07 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 413 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=edb9ce8e-bb64-47a7-955a-654ea449a3b6, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:07 413 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting. 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@658c21f7{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@658c21f7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@658c21f7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/1 selected 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@658c21f7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@658c21f7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.161:9101 remote=/10.233.68.38:51902], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@658c21f7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@48c4ae4d{s=END}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{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=3} 2022-01-21 01:58:07 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@169b1f4f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13t\xD6M\xB0\xFb\xA9| ,\x9f\xD9x\x91\xEd\xCa\xAf\xA0\xD8:>>>\x81U\x17?\x89\xC9fUT...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1796]@2022-01-21T01:58:07.414094Z 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@1927a49b offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1796]@2022-01-21T01:58:07.414136Z 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1c27c91 startThread=0 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1c27c91 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1927a49b task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1796]@2022-01-21T01:58:07.414257Z 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-169] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1796]@2022-01-21T01:58:07.414229Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@1c27c91 started 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1c27c91 waiting 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1797]@2022-01-21T01:58:07.414345Z tryProduce true 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - >c.onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-169] invocationID:{InvocationID} - close DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-169] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - onFillable SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@12f4d915{null} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - FillInterest@12f4d915{null} lost race null 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b on ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=0 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=1 selected=0 updates=1 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@67dddf5c size 1 > capacity 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@67dddf5c in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@2edb836b 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4b925033{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=/10.233.68.161:9101,r=/10.233.68.38:51902,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@b1ef102{SSLC.NBReadCB@43bccb89{SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:07 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@43bccb89::SocketChannelEndPoint@4b925033{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@12f4d915{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:227) 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$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=0 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c735b92 startThread=0 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@12f4d915{null} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/0 selected 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 0 updates 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 0 keys 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@3fcca4c4::DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:07 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@43bccb89{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c46e6bd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3fcca4c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@48c4ae4d{s=START}]=>HttpChannelOverHttp@75a1a5c8{s=HttpChannelState@658c21f7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3c3a6748[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024]] on ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=0 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=1 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20-acceptor-0@5d84e363-RuleActiveApp@682e422c{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@65196fce[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022]] on ManagedSelector@7ec13984{STARTED} id=0 keys=0 selected=0 updates=1 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/0 selected 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update Accept@3c3a6748[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024]] 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue Accept@3c3a6748[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024]] startThread=0 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 1 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - wakeup on updates SelectorProducer@efe49ab 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run Accept@3c3a6748[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update Accept@65196fce[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022]] 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue Accept@65196fce[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022]] startThread=0 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-01-21 01:58:17 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run Accept@65196fce[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-22] invocationID:{InvocationID} - SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7708a32f 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-22] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6b46ef4b 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - new HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=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@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=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@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@477209f2 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@12289de1 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@1e3a77bb{AC.ReadCB@3ff453e0{HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:17 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@41e596e6{AC.ReadCB@f068d8e{HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@797df075 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=2 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=3 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/2 selected 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 3 updates 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 3 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@477209f2 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Created SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$515/0x00000001005ee840@12289de1 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@797df075 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran Accept@65196fce[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 1 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - wakeup on updates SelectorProducer@efe49ab 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran Accept@3c3a6748[java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024]] in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 1 updates 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 402 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1797]@2022-01-21T01:58:17.403031Z 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@1c27c91 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1797]@2022-01-21T01:58:17.403091Z 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@78b4412c startThread=0 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@78b4412c in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1797]@2022-01-21T01:58:17.403189Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@78b4412c started 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@78b4412c waiting 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@1c27c91 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1797]@2022-01-21T01:58:17.403247Z 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@49d0d017{SSLC.NBReadCB@463ec47c{SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-83] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.403312Z tryProduce true 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1e3a77bb{AC.ReadCB@3ff453e0{HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=5/30000}}} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=0}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@169b1f4f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03m\xB0\t'\xEf}\x0c\xCa\x8a\xC3\x9f\x12\xF79....\xF3=\xB6?I\xD3b\x9d~\xAc4I3\xAb\xD0\xCd\x91\xC6\x9b\xF3\xEd\x01>>>\xB0\x8b\x8d\xE7#)\xF2\x13\xC3...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:17 403 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.403983Z 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@78b4412c offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.404024Z 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@26942dde startThread=0 2022-01-21 01:58:17 404 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@78b4412c task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.404346Z 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-83] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.404292Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-169] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1798]@2022-01-21T01:58:17.404396Z tryProduce true 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - fillable FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >c.onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@26942dde in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - fillable FillInterest@41e596e6{AC.ReadCB@f068d8e{HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=6/30000}}} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000} onFillable enter HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@26942dde started 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@26942dde waiting 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >fill SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 261 HeapByteBuffer@668749f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03@\xCc\xB9\xE9\xCec*:\xC9\x19\x13\n~[...\x12\xA7\xB8\xF6\x01\xB1\xBf\xFc1~+\xE5\xC6~\xE4j\xE7\xBf\xF5\xB8\xF3\xAfS>>>\xB6\xF5\x8d6c#W\x9a\t...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=261 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill starting handshake SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@169b1f4f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03m\xB0\t'...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6 2022-01-21 01:58:17 404 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 404 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@169b1f4f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03m\xB0\t'\xEf}\x0c\xCa\x8a\xC3\x9f\x12\xF79...\xF1\x08\xDb\xB5\\\x13+\xF5-jg\xBf\xEf6'\xB8\xFe\xFc\x81\\\x0bk\x0c>>>\x9cP\x8e\xE8\xA4\x06o\xCd!...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367 2022-01-21 01:58:17 405 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >flush SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 405 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 373 HeapByteBuffer@668749f[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03@\xCc\xB9\xE9\xCec*:...\xC6\xA0\x08\xD0"_\xBc\xC3\x1a\x80\x1br\x10\x1c\xFc\xB2\xD5\x16h\x8a\xBe\x9f\xC8>>>\xF9H\xC0fB\xAd\x99\xBbe...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=373 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 0 HeapByteBuffer@668749f[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03@\xCc\xB9\xE9\xCec*:\xC9\x19\x13\n~[...\xC6\xA0\x08\xD0"_\xBc\xC3\x1a\x80\x1br\x10\x1c\xFc\xB2\xD5\x16h\x8a\xBe\x9f\xC8>>>\xF9H\xC0fB\xAd\x99\xBbe...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 406 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_TASK 2022-01-21 01:58:17 408 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6b46ef4b 2022-01-21 01:58:17 409 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-83] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@7708a32f 2022-01-21 01:58:17 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:17 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:17 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 410 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 411 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@169b1f4f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 411 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@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@43d59ec4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#|\x91\xE6\x05...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=13/30000} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=14/30000} 2022-01-21 01:58:17 411 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@1e3a77bb{AC.ReadCB@3ff453e0{HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@49d0d017{SSLC.NBReadCB@463ec47c{SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_WRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >flush SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@797df075 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=1 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/2 selected 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1927a49b size 1 > capacity 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@797df075 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1927a49b in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-169] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52022], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 0 HeapByteBuffer@668749f[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >fill SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1799]@2022-01-21T01:58:17.412933Z 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - filled 0 HeapByteBuffer@668749f[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 412 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@26942dde offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1799]@2022-01-21T01:58:17.412988Z 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-169] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-169] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@190e8cb0 startThread=0 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.http.HttpParser][dw-83] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@190e8cb0 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-83] invocationID:{InvocationID} - fillInterested HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=15/30000} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@190e8cb0 started 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@190e8cb0 waiting 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - interested FillInterest@41e596e6{AC.ReadCB@f068d8e{HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@26942dde task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.413282Z 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@49d0d017{SSLC.NBReadCB@463ec47c{SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-83] invocationID:{InvocationID} - interested FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-83] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-83] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=1 updates=0 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - >c.onFillable SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.413395Z tryProduce true 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-83] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-83] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-83] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1c27c91 size 1 > capacity 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - onFillable SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-83] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@1c27c91 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.FillInterest][dw-169] invocationID:{InvocationID} - fillable FillInterest@1e3a77bb{AC.ReadCB@3ff453e0{HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - >fill SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 413 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - filled 220 HeapByteBuffer@668749f[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005\xA1\xE3\xA0\\\x8e]\xA4\x9e\xD9z\xF5\xFf|\xF5%-\r\x12\xC0G...\x93\xA6\xB1\x9be\x02\xE5\x07f\x13\x96\xFc2\xBc\x98\xC6\xE4\xB3\x8a\xC1\x98Q\x8f>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - net filled=220 2022-01-21 01:58:17 414 DEBUG [jdk.event.security][dw-169] invocationID:{InvocationID} - TLSHandshake: 10.233.68.38:52022, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - unwrap net_filled=220 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=220,c=17408,r=162] unwrapBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01!\xD8f\x9f ...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - handshake succeeded SslConnection@463ec47c::SocketChannelEndPoint@578c64db{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@463ec47c{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.161:9101 remote=/10.233.68.38:52024], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-169] invocationID:{InvocationID} - filled 0 HeapByteBuffer@668749f[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...\xF3\x19'P\x0e\xF6\xCf<<<\x17\x03\x03\x00\x9d{+\x83P\x04&\x00/\x95=L\xD5\x89\x9b\x11%\xDb\xE7\xFe\xDe...\x93\xA6\xB1\x9be\x02\xE5\x07f\x13\x96\xFc2\xBc\x98\xC6\xE4\xB3\x8a\xC1\x98Q\x8f>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 162 bytesProduced = 140 encryptedBuffer=[p=220,l=220,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-169] invocationID:{InvocationID} - SslConnection@463ec47c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3ff453e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cc5f71{s=START}]=>HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=3/30000} filled 140 HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - START --> SPACE1 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - SPACE1 --> URI 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - URI --> SPACE2 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.415282Z 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-169] invocationID:{InvocationID} - HEADER --> CONTENT 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@190e8cb0 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.415535Z 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5c99d350 startThread=0 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-169] invocationID:{InvocationID} - REQUEST for //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.68.161:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5c99d350 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169] invocationID:{InvocationID} - HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@5c99d350 started 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@5c99d350 waiting 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3ff453e0::DecryptedEndPoint@6394d46e{l=/10.233.68.161:9101,r=/10.233.68.38:52022,OPEN,fill=-,flush=-,to=3/30000} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@190e8cb0 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.415727Z 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-169] invocationID:{InvocationID} - handle //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.415762Z tryProduce true 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-169] invocationID:{InvocationID} - handling HttpChannelState@570ac8e8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-169] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-169] invocationID:{InvocationID} - Host 10.233.68.161 with SNI null 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 415 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 425 DEBUG [org.eclipse.jetty.server.Server][dw-169] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2022-01-21 01:58:17 425 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-169] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@17068196 in null 2022-01-21 01:58:17 426 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-169] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:17 427 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-169] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:17 428 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 427 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1800]@2022-01-21T01:58:17.415692Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:17 430 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169] invocationID:{InvocationID} - chain=customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 431 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169] invocationID:{InvocationID} - call filter customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-01-21 01:58:17 431 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-169] invocationID:{InvocationID} - Entering. 2022-01-21 01:58:17 431 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-169] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-01-21 01:58:17 431 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-169] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 0edc52b7-a423-4b2e-a609-0b52ad640fca 2022-01-21 01:58:17 431 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-169] invocationID:{InvocationID} - Invoking synchronously ... 2022-01-21 01:58:17 431 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_296,297,371416425) 2022-01-21 01:58:17 431 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-01-21 01:58:17 431 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_296,297,371416425) has been shutdown 2022-01-21 01:58:17 431 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-01-21 01:58:17 431 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 436 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_293,294,1942290048) 2022-01-21 01:58:17 436 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_293,294,1942290048) has been shutdown 2022-01-21 01:58:17 439 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_295,296,1389666252) 2022-01-21 01:58:17 439 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_295,296,1389666252) has been shutdown 2022-01-21 01:58:17 441 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_294,295,1234575991) 2022-01-21 01:58:17 441 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_294,295,1234575991) has been shutdown 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=17/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=19/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=28/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=28/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=28/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=28/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@41e596e6{AC.ReadCB@f068d8e{HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=FI,flush=-,to=28/30000}}} 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=28/30000} onFillable enter HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=28/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=28/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 441 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 220 HeapByteBuffer@668749f[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005\xC9\x02d/\xFe9\xC0\xB9\x02\xDadT\x12X aO2\x0c\xA7...M\xCa\xD6\xD5p\x14\x9baC~<\xEa\x9c\x9e\x9e\xCaq\xFcR\x03\xE2\x8a\x95>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=220 2022-01-21 01:58:17 442 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.68.38:52024, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=220 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=220,c=17408,r=162] unwrapBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=29/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@668749f[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...K\xC7ad\x1dz\x12<<<\x17\x03\x03\x00\x9d7\x98\xF5\xBc\xD4_\x83\x89p\xD7{\x1f\xCc4\xC4x\xCd\x91\rc...M\xCa\xD6\xD5p\x14\x9baC~<\xEa\x9c\x9e\x9e\xCaq\xFcR\x03\xE2\x8a\x95>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-01-21 01:58:17 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 162 bytesProduced = 140 encryptedBuffer=[p=220,l=220,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=29/30000}=>HttpConnection@f068d8e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=29/30000} filled 140 HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=29/30000} parse HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@7e83eec7[p=0,l=140,c=17408,r=140]={<< >>\x03\x9eE\xD8\xA2\xE3j\xFd\xAc...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.68.161:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=30/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=30/30000} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-01-21 01:58:17 443 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.68.161 with SNI null 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@5d52ff47 in null 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@6aa7e176==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-01-21 01:58:17 444 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2022-01-21 01:58:17 444 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-01-21 01:58:17 444 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: f3f2d588-f3d8-4f3a-a174-ed5427817fbc 2022-01-21 01:58:17 444 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5fef0c19@5fef0c19==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5a9840f3@5a9840f3==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-01-21 01:58:17 444 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-14de1901@a47a036b==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-01-21 01:58:17 445 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@5d52ff47 2022-01-21 01:58:17 445 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1f210683 exclude no deflater 2022-01-21 01:58:17 445 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@593e1ede[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@4baf45fa{null} 2022-01-21 01:58:17 445 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Fri, 21 Jan 2022 01:58:17 GMT X-TransactionID: f3f2d588-f3d8-4f3a-a174-ed5427817fbc X-InvocationID: ea00a5df-c51e-4545-aa10-5dbccc891246 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@14d330f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@164f28bb] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@593e1ede[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 21 Jan 2022 01:58:17 GMT X-TransactionID: f3f2d588-f3d8-4f3a-a174-ed5427817fbc X-InvocationID: ea00a5df-c51e-4545-aa10-5dbccc891246 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@14d330f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@164f28bb] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3f2e1c42{IDLE}->null [HeapByteBuffer@f97ca91[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@593e1ede[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3f2e1c42{WRITING}->null:IDLE-->WRITING 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=W,to=33/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=COMPLETING}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f97ca91[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@593e1ede[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=W,to=33/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=COMPLETING}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=W,to=33/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=COMPLETING}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3f2e1c42{WRITING}->null 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3f2e1c42{IDLE}->null:WRITING-->IDLE 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@14d330f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@164f28bb] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@14d330f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@164f28bb] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-01-21 01:58:17 446 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=33/30000} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=33/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=33/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1ab09bdd[p=0,l=0,c=0,r=0]={<<<>>>} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 447 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=1 10.233.68.38 - - [21/Jan/2022:01:58:17 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/2 selected 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 2022-01-21 01:58:17 448 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=e5ff38e0-3cb9-4278-8676-584ce6fb7f83, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-01-21 01:58:17 448 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7950c0e1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7950c0e1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@7950c0e1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.161:9101 remote=/10.233.68.38:52024], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7950c0e1{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7950c0e1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0} tryExecute EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}][pc=0,pic=0,pec=17,epc=1801]@2022-01-21T01:58:17.448831Z 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=0}@5c99d350 offer EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=0}][pc=0,pic=0,pec=17,epc=1801]@2022-01-21T01:58:17.448873Z 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1} startReservedThread p=1 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@6a03db91 startThread=0 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@5c99d350 task=EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1801]@2022-01-21T01:58:17.448978Z 2022-01-21 01:58:17 448 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}][pc=0,pic=0,pec=17,epc=1801]@2022-01-21T01:58:17.448944Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=null,age=5}:runFillable:BLOCKING/BLOCKING 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@7950c0e1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@24d8f87a{s=0/1,p=1}@6a03db91 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=0/1,p=1}] 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5cffec7/SelectorProducer@efe49ab/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=1}][pc=0,pic=0,pec=17,epc=1802]@2022-01-21T01:58:17.449022Z tryProduce true 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=1}@6a03db91 started 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7ab40ec3{s=END}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{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}}} 10.233.68.38 - - [21/Jan/2022:01:58:17 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 37 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@6a03db91 waiting 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@668749f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13o4\xAdM\xEb\xFd,%\xB7N7mr\xFbF,8\xA8M>>>V\x0b\x80(BP\x00\x1b\x07...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#X\xE4\x9a\x96...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#X\xE4\x9a\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} filled -1 HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#X\xE4\x9a\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} parse HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#X\xE4\x9a\x96...\x00\x00\x00\x00\x00\x00\x00} {} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@7e83eec7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#X\xE4\x9a\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000} onFillable exit HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 on ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=0 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=0 updates=1 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@26942dde size 1 > capacity 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/2 selected 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@26942dde in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 1 updates 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005bac40@7a9d22a5 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 1/1/2 selected 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 1 keys, 0 updates 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4380e63b{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=/10.233.68.161:9101,r=/10.233.68.38:52024,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.161:9101 remote=/10.233.68.38:52024], selector=sun.nio.ch.EPollSelectorImpl@3b6b1e59, interestOps=1, readyOps=1 SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@17f4ccae{SSLC.NBReadCB@6d00108d{SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:17 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@41e596e6{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:227) 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$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@7ec13984{STARTED} id=0 keys=2 selected=1 updates=0 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 2 keys 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19b0e9a0 startThread=0 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@41e596e6{null} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken with none selected 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 woken up from select, 0/0/1 selected 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 processing 0 keys, 0 updates 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@3b6b1e59 waiting with 1 keys 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19b0e9a0 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@41e596e6{null} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@41e596e6{null} lost race null 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@190e8cb0 size 1 > capacity 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@24d8f87a{s=1/1,p=0}@190e8cb0 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@f068d8e::DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=37/30000} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@6d00108d::SocketChannelEndPoint@4380e63b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6d00108d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3da550ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@f068d8e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7ab40ec3{s=START}]=>HttpChannelOverHttp@be2ca2d{s=HttpChannelState@7950c0e1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19b0e9a0 in InstrumentedQueuedThreadPool[dw]@372f0a99{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@24d8f87a{s=1/1,p=0}] 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@29c53c4f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck)@17068196 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7d2cb553 exclude no deflater 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6f187893[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@21e02cc{null} 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5e24db4f{s=HttpChannelState@570ac8e8{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.68.161:9101/api/holmes-rule-mgmt/v1/healthcheck,age=35} 200 OK HTTP/1.1 Connection: close Date: Fri, 21 Jan 2022 01:58:17 GMT X-TransactionID: 0edc52b7-a423-4b2e-a609-0b52ad640fca X-InvocationID: 8abac2bf-e895-435a-9103-63766f8f7d97 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-01-21 01:58:17 450 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-169 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@21372928[PROCESSING][i=HTT