Results

By type

          2022-02-06 01:48:15 511 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-02-06 01:48:15 511 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@1f48ba887 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 47}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Sun, 06 Feb 2022 01:48:15 GMT}{Content-Length: 2}
2022-02-06 01:48:15 512 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - No service info is returned from DCAE Consul. Hostname: config-binding-service
2022-02-06 01:48:15 512 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The config-binding-service address is null
2022-02-06 01:48:15 513 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-02-06 01:48:15 513 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_306,307,1635676006)
2022-02-06 01:48:15 514 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-02-06 01:48:15 515 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-02-06 01:48:15 515 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-02-06 01:48:15 516 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-02-06 01:48:15 516 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-02-06 01:48:15 516 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-02-06 01:48:15 516 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-02-06 01:48:15 517 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-02-06 01:48:15 517 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-02-06 01:48:15 517 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-06 01:48:15 517 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-06 01:48:15 518 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-02-06 01:48:15 518 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.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-02-06 01:48:15 518 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-02-06 01:48:15 518 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-02-06 01:48:15 520 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-02-06 01:48:15 521 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][pool-2-thread-1] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=c7cb1aac-5253-42b0-a214-681f3dbe128d, referenceCounter=0, store size=0} on thread pool-2-thread-1
2022-02-06 01:48:15 521 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-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@14dfcefe[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606]] on ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/0 selected
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - update Accept@14dfcefe[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606]]
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - queue Accept@14dfcefe[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606]] startThread=0
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@14dfcefe[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-06 01:48:15 749 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4adfb62a
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=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@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@720977fd on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@1374fe36{AC.ReadCB@7d516f4b{HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=2
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@14dfcefe[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 2 updates
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - updateable 2
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@720977fd
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-102] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1744]@2022-02-06T01:48:15.751766Z
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-102] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@4c2b510a offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1744]@2022-02-06T01:48:15.751817Z
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-102] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@5ad17926 startThread=0
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@5ad17926 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-102] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1744]@2022-02-06T01:48:15.751892Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@4c2b510a task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1744]@2022-02-06T01:48:15.751946Z
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@5ad17926 started
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@5ad17926 waiting
2022-02-06 01:48:15 751 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.751993Z tryProduce true
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - fillable FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >c.onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - fillable FillInterest@1374fe36{AC.ReadCB@7d516f4b{HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >fill SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6ecd7e95[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03K\xD1d#?A\x13\xBe\xAcw?z\xF4f...\xF03,\xBc\xF4\xB2\xCa)*\x87\x1dq\x14\x1d\xEe\x06_-\xC38\xCbxy>>>\x07\x84\x81\xA3dp\x0e\x1dZ...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net filled=261
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill starting handshake SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >flush SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - filled 6 HeapByteBuffer@6ecd7e95[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03K\xD1d#...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net filled=6
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - filled 367 HeapByteBuffer@6ecd7e95[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03K\xD1d#?A\x13\xBe\xAcw?z\xF4f...\x02>a\xE5\x85\xA1{\xBeWn\x15\xC0i\xB3)\xC3\x9f\x04\x8d\x0b\xBa\x9d\xC2>>>\xA1*;\x9f\xF0V^\xE8\xE8...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net filled=367
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:15 757 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-102] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4adfb62a
2022-02-06 01:48:15 759 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >flush SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6ecd7e95[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >fill SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6ecd7e95[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 760 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-102] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - fillInterested HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=10/30000}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@1374fe36{AC.ReadCB@7d516f4b{HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-102] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@26e40398 size 1 > capacity
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@26e40398 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56606], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:15 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.762165Z
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@5ad17926 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.762224Z
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@3eb183f startThread=0
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@3eb183f in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@3eb183f started
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@3eb183f waiting
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@5ad17926 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.76244Z
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.762474Z tryProduce true
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1745]@2022-02-06T01:48:15.762384Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@1374fe36{AC.ReadCB@7d516f4b{HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-06 01:48:15 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 220 HeapByteBuffer@6ecd7e95[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005R\x0b\x06\x9e?\x9d4\xE8\xAa\x87ww\x16\xCf\xF3G\xBb\xF2\x9c]...I\x82g5\xCe\\'\xC1\x9ey\xA8\x10\x90\xAd\xE3qW9^\xF1\x00\xF9\x85>>>,\x00E\x00C\x13\x01\xBa1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=220
2022-02-06 01:48:15 763 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.244:56606, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-06 01:48:15 763 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA7\xF2\xAfk...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:15 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6ecd7e95[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...i\x87\x80\xFf\xB5\xC2\x15<<<\x17\x03\x03\x00\x9d\x1e\xCd>>,\x00E\x00C\x13\x01\xBa1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:15 764 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@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xF6\x10e\x13\x06\x7f'\x16\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xF6\x10e\x13\x06\x7f'\x16\x87...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000} filled 140 HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xF6\x10e\x13\x06\x7f'\x16\x87...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xF6\x10e\x13\x06\x7f'\x16\x87...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xF6\x10e\x13\x06\x7f'\x16\x87...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.240:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:15 764 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.69.240 with SNI null
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@6e729d25 in null
2022-02-06 01:48:15 765 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-02-06 01:48:15 765 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-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - chain=customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-06 01:48:15 765 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering.
2022-02-06 01:48:15 765 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-06 01:48:15 765 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 8ad0c246-9bc4-46c5-b128-9023dafd1b7b
2022-02-06 01:48:15 765 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-06 01:48:15 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:15 766 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@6e729d25
2022-02-06 01:48:15 766 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@10b7e83a exclude no deflater
2022-02-06 01:48:15 766 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4706f0fe[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@1cf722c1{null}
2022-02-06 01:48:15 766 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@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 06 Feb 2022 01:48:15 GMT
X-TransactionID: 8ad0c246-9bc4-46c5-b128-9023dafd1b7b
X-InvocationID: fbfd981f-007d-463f-8188-c63938cfcfed
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:15 766 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@66160fcf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49cfcd0f] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-06 01:48:15 766 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@4706f0fe[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 766 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 06 Feb 2022 01:48:15 GMT
X-TransactionID: 8ad0c246-9bc4-46c5-b128-9023dafd1b7b
X-InvocationID: fbfd981f-007d-463f-8188-c63938cfcfed
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:15 766 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-06 01:48:15 766 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@66160fcf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49cfcd0f] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-06 01:48:15 766 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@39be45c8{IDLE}->null [HeapByteBuffer@6da34a1a[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@4706f0fe[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@39be45c8{WRITING}->null:IDLE-->WRITING
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=COMPLETING}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6da34a1a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4706f0fe[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-06 01:48:15 767 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-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=COMPLETING}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=COMPLETING}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@39be45c8{WRITING}->null
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@39be45c8{IDLE}->null:WRITING-->IDLE
2022-02-06 01:48:15 767 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@66160fcf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49cfcd0f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:15 767 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@66160fcf[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49cfcd0f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=6/30000}
2022-02-06 01:48:15 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:15 768 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-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:15 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 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/0x00000001005f1c40@1004b63a on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a
2022-02-06 01:48:15 769 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=504c44a8-a061-4631-aa8a-36781ddfc0eb, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 769 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting.
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@1d10eb33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1d10eb33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@1d10eb33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.240:9101 remote=/10.233.69.244:56606], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@1d10eb33{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1d10eb33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1746]@2022-02-06T01:48:15.769866Z
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@3eb183f offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1746]@2022-02-06T01:48:15.769897Z
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@5d889683 startThread=0
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@1d10eb33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:15 769 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@3eb183f task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1746]@2022-02-06T01:48:15.769993Z
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE
10.233.69.244 - - [06/Feb/2022:01:48:15 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1746]@2022-02-06T01:48:15.770017Z tryProduce true
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1746]@2022-02-06T01:48:15.769972Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@65a9feff{s=END}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@5d889683 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@5d889683 started
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@5d889683 waiting
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6ecd7e95[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xC6\x13\xC2\x9c*9F\x93\x1dM \x9c\xF5U\xF2\xD1\x8a\xCa\xC1>>>}4\xA4\xCf\x17\xB2\x84\xAf\xAf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24
2022-02-06 01:48:15 770 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1374fe36{null}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=9/30000}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@1374fe36{null} lost race null
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@5ad17926 size 1 > capacity
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@5ad17926 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@1004b63a
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.240:9101 remote=/10.233.69.244:56606], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a87b91e{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=/10.233.69.240:9101,r=/10.233.69.244:56606,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1747]@2022-02-06T01:48:15.771464Z
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@5d889683 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1747]@2022-02-06T01:48:15.771495Z
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@7385687a startThread=0
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@5d889683 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1747]@2022-02-06T01:48:15.771603Z
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-66] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@7385687a in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@7385687a started
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1747]@2022-02-06T01:48:15.77157Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@7385687a waiting
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:15.771662Z tryProduce true
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2afbd53a{SSLC.NBReadCB@68da43fc{SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@2afbd53a{null} lost race null
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@3eb183f size 1 > capacity
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@3eb183f in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 771 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@1374fe36{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-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=1 updates=0
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1cfa9914 startThread=0
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@1374fe36{null}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1cfa9914 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/0 selected
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 0 updates
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 0 keys
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@7d516f4b::DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@4c2b510a size 1 > capacity
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@4c2b510a in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@68da43fc::SocketChannelEndPoint@6a87b91e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68da43fc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a08eec6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7d516f4b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65a9feff{s=START}]=>HttpChannelOverHttp@2255a05c{s=HttpChannelState@1d10eb33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:15 772 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1cfa9914 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 462 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@347f25e9] obtained in 0 millis
2022-02-06 01:48:25 463 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@5a46e8bb, maxRows=0, fetchSize=0, flags=16
2022-02-06 01:48:25 463 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null)
2022-02-06 01:48:25 463 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-06 01:48:25 463 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-06 01:48:25 464 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-06 01:48:25 464 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-02-06 01:48:25 464 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-02-06 01:48:25 464 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-06 01:48:25 464 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis
2022-02-06 01:48:25 464 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-02-06 01:48:25 464 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-02-06 01:48:25 464 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-02-06 01:48:25 464 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@347f25e9] released
2022-02-06 01:48:25 464 INFO  [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently.
2022-02-06 01:48:25 464 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@30afe221] obtained in 0 millis
2022-02-06 01:48:25 465 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@69d13e36, maxRows=0, fetchSize=0, flags=16
2022-02-06 01:48:25 465 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null)
2022-02-06 01:48:25 465 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-06 01:48:25 465 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-06 01:48:25 466 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-06 01:48:25 466 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-02-06 01:48:25 467 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-06 01:48:25 467 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 2 millis
2022-02-06 01:48:25 467 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@30afe221] released
2022-02-06 01:48:25 467 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4df90ddd] obtained in 0 millis
2022-02-06 01:48:25 467 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@5193b787, maxRows=0, fetchSize=0, flags=16
2022-02-06 01:48:25 467 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_3,portal=null,$1=<1>,type=INT4)
2022-02-06 01:48:25 467 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-06 01:48:25 467 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-06 01:48:25 468 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-06 01:48:25 468 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-02-06 01:48:25 468 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-06 01:48:25 468 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEnable */ SELECT * FROM APLUS_RULE WHERE enable=?] took 1 millis
2022-02-06 01:48:25 468 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4df90ddd] released
2022-02-06 01:48:25 468 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1403ee19] obtained in 0 millis
2022-02-06 01:48:25 469 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@71624713, maxRows=0, fetchSize=0, flags=16
2022-02-06 01:48:25 469 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_4,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR)
2022-02-06 01:48:25 469 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-06 01:48:25 469 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-06 01:48:25 469 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-06 01:48:25 470 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-02-06 01:48:25 470 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-06 01:48:25 470 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis
2022-02-06 01:48:25 470 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1403ee19] released
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6f386859[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702]] on ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@4d664b74[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704]] on ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/0 selected
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 2 updates
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 2
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update Accept@6f386859[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702]]
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue Accept@6f386859[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702]] startThread=0
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update Accept@4d664b74[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704]]
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue Accept@4d664b74[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704]] startThread=0
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - run Accept@6f386859[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@4d664b74[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-102] invocationID:{InvocationID} - SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-06 01:48:25 749 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3160efd4
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-102] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4829580a
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=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@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-102] invocationID:{InvocationID} - new HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=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@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - New HTTP Connection HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@22eea84e on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@1f876d64 on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-102] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onOpen SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onOpen HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - fillInterested HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@239747e8{AC.ReadCB@6324e543{HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@65f81864{AC.ReadCB@23f7eb0b{HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=2
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=3
2022-02-06 01:48:25 750 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=3
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/2 selected
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Created SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 4 updates
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 4
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@4d664b74[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@22eea84e
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@1f876d64
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - ran Accept@6f386859[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 2/2/2 selected
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 2 keys, 0 updates
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56704], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:25 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:25.752046Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@7385687a offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:25.752137Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@2c633a42 startThread=0
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@2c633a42 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@7385687a task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:25.752356Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@2c633a42 started
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-66] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=1}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:25.75239Z tryProduce true
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1748]@2022-02-06T01:48:25.752283Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@2c633a42 waiting
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@239747e8{AC.ReadCB@6324e543{HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1749]@2022-02-06T01:48:25.75277Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@2c633a42 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1749]@2022-02-06T01:48:25.752835Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-66] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@1b502ab startThread=0
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@2c633a42 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1749]@2022-02-06T01:48:25.752947Z
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@1b502ab in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@1b502ab started
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6ecd7e95[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB9f\xD8Q@\xAdZ\x00g\x07c(\x18\xC6...\xE0|}5\x87-J\xA8Q\x88`\x8d*\xFd\x17Qe\x189\xFa\x1c\x9d\t>>>\xAe\xFb\x80t\xE7\x14\x17_\xE9...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@1b502ab waiting
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1749]@2022-02-06T01:48:25.753011Z tryProduce true
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-66] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1749]@2022-02-06T01:48:25.752991Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - fillable FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >c.onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - fillable FillInterest@65f81864{AC.ReadCB@23f7eb0b{HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >fill SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 261 HeapByteBuffer@4d436212[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x034\x86\xA8\xA1Q\xD5\x1aL\xF3\x8b=B;9...\xA2\xA9\xFa\x93#\xC9\xF71.\x9f\xC5\xE3v\xA4\x0bA#I\x86\x81\xB0"U>>>\x81\x12+\x12\xD9\xA92Vv...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=261
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill starting handshake SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >flush SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-06 01:48:25 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 6 HeapByteBuffer@4d436212[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x034\x86\xA8\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6ecd7e95[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB9f\xD8Q@\xAdZ\x00...#\xF9\x96\xCe\xC5\xAb\xAe\xE3\x1du\xFa\rf\xBc\x85\xC9\x9b\xAeJ\xC7\x92\xB43>>>^\xE8\xE8G]\xDe\xA1\xE3I...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=6
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6ecd7e95[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB9f\xD8Q@\xAdZ\x00g\x07c(\x18\xC6...#\xF9\x96\xCe\xC5\xAb\xAe\xE3\x1du\xFa\rf\xBc\x85\xC9\x9b\xAeJ\xC7\x92\xB43>>>^\xE8\xE8G]\xDe\xA1\xE3I...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >fill SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 367 HeapByteBuffer@4d436212[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x034\x86\xA8\xA1Q\xD5\x1aL\xF3\x8b=B;9...B\xA1\xB7s\x1d\xEa\x11\r+\xF6\xB4\x18\x98\xB8\xEc&\x7f\x9c\r\xA5\x97[\x8a>>>i\xBd7\xDe\x88?\xDcP$...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=367
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 755 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:25 761 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3160efd4
2022-02-06 01:48:25 761 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-66] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4829580a
2022-02-06 01:48:25 765 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:25 765 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >flush SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6ecd7e95[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1d9ecd06[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xAa1\xE9\xBe...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 58 HeapByteBuffer@4d436212[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\x82\xAdf!\n\x03\xF1\xAd\xB36\x0c\x9b(\xB5\x1c"{\x9f%N...\xF5\xBb7\\]\x16\x94\xB5\xBe\xE5Z\x06\xCb\x82\xBc\xE4\xEa\xAc\x96o\xDf\xE0\xA3>>>kzU;\x90\xA1\xD3\xA3\x0f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=58
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-66] invocationID:{InvocationID} - fillInterested HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=16/30000}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - interested FillInterest@65f81864{AC.ReadCB@23f7eb0b{HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.244:56704, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - interested FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9c"\xF8\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 162 HeapByteBuffer@4d436212[p=0,l=162,c=17408,r=162]={<<<\x17\x03\x03\x00\x9d\x00\xA2e\xF3\x02\xEa4Z\x04\xC2h\xC2\xF8\xFb\xBf\x82\x7f\r\xFd\xDc...\xDbO[\xF93\x81\xBc\xBc\xB0W\xB6I\xC0^@@8\x8a\x18>\x96\x0f\x1a>>>\x05\x08\x06\x04\x01\x05\x01\x06\x01...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=162
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/2 selected
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:25 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=162 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 162 bytesProduced = 140 encryptedBuffer=[p=162,l=162,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@7385687a size 1 > capacity
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@6324e543[p=HttpParser{s=START,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/2 selected
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-66] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@7385687a in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000} filled 140 HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56702], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.240:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=17/30000}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1750]@2022-02-06T01:48:25.768523Z
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.69.240 with SNI null
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@1b502ab offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1750]@2022-02-06T01:48:25.76856Z
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@2e76c4c7 startThread=0
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1750]@2022-02-06T01:48:25.768644Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@2e76c4c7 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@1b502ab task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.768697Z
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@79ac0c44 in null
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@2e76c4c7 started
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@2e76c4c7 waiting
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.768759Z tryProduce true
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@65f81864{AC.ReadCB@23f7eb0b{HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-06 01:48:25 768 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering.
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 768 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-06 01:48:25 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 768 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: f706f125-becd-4c94-838f-15f61a9a758a
2022-02-06 01:48:25 769 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-06 01:48:25 769 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-06 01:48:25 769 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-06 01:48:25 769 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 220 HeapByteBuffer@4d436212[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005\x04\x07\x93O\x1a\x91\x9b{\xEf\x00zn`\xBb-\x028\xE29\xE3...l\x12\x13\x052`\xD8Q6{)\xC24W\xA2q\xD7\x9e\xCa#!\xA4\xDa>>>,\x00E\x00C\x13\x01\xBa\xA4...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=220
2022-02-06 01:48:25 769 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.244:56702, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...x\xD2\x0b\xAd)+M<<<\x17\x03\x03\x00\x9d\xB3\xD8`\x16\xE0\xCc\xA8ZV>>,\x00E\x00C\x13\x01\xBa\xA4...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000} filled 140 HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>^\xC8\xA74\xB2\xF9\xC9\xD3f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@79ac0c44
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@12e67e41 exclude no deflater
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@275f559c[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@12dbca1f{null}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 06 Feb 2022 01:48:25 GMT
X-TransactionID: f706f125-becd-4c94-838f-15f61a9a758a
X-InvocationID: a40b702f-f831-4761-97ce-cad22db32313
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.240:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@b0c2a2c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ab9497a] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@275f559c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 06 Feb 2022 01:48:25 GMT
X-TransactionID: f706f125-becd-4c94-838f-15f61a9a758a
X-InvocationID: a40b702f-f831-4761-97ce-cad22db32313
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@b0c2a2c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ab9497a] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@77971a04{IDLE}->null [HeapByteBuffer@6da34a1a[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@275f559c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@77971a04{WRITING}->null:IDLE-->WRITING
2022-02-06 01:48:25 770 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.69.240 with SNI null
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=COMPLETING}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6da34a1a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@275f559c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@35fa5fcc in null
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=COMPLETING}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-06 01:48:25 771 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=COMPLETING}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 771 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@77971a04{WRITING}->null
2022-02-06 01:48:25 771 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 96b2f6c6-69b1-42e3-b1f3-78a9d7365207
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@77971a04{IDLE}->null:WRITING-->IDLE
2022-02-06 01:48:25 771 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@b0c2a2c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ab9497a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@b0c2a2c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2ab9497a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=20/30000}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-02-06 01:48:25 771 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/2 selected
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa
2022-02-06 01:48:25 772 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=e942594a-8cba-4e4a-a4f1-b2beccc1bf5c, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-02-06 01:48:25 772 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting.
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@35fa5fcc
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@296b9584 exclude no deflater
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/2 selected
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7175ee6b[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@69bd5c7e{null}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@2e3b764d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@2e3b764d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 06 Feb 2022 01:48:25 GMT
X-TransactionID: 96b2f6c6-69b1-42e3-b1f3-78a9d7365207
X-InvocationID: 69c4cee8-4eaf-4b2e-82d7-c6596ee8688b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@e5e6aba[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7bec0940] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.240:9101 remote=/10.233.69.244:56704], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7175ee6b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@2e3b764d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 06 Feb 2022 01:48:25 GMT
X-TransactionID: 96b2f6c6-69b1-42e3-b1f3-78a9d7365207
X-InvocationID: 69c4cee8-4eaf-4b2e-82d7-c6596ee8688b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@2e3b764d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@e5e6aba[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7bec0940] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@2e3b764d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@25b4a6e0{IDLE}->null [HeapByteBuffer@6da34a1a[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@7175ee6b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@25b4a6e0{WRITING}->null:IDLE-->WRITING
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=COMPLETING}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6da34a1a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7175ee6b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@67ddb8ad{s=END}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.772947Z
2022-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-02-06 01:48:25 772 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@2e76c4c7 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.772984Z
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@2e3b764d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.69.244 - - [06/Feb/2022:01:48:25 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@4a448533 startThread=0
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=COMPLETING}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@4a448533 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@2e76c4c7 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.773135Z
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@4a448533 started
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@4a448533 waiting
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1751]@2022-02-06T01:48:25.773093Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=COMPLETING}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1752]@2022-02-06T01:48:25.773169Z tryProduce true
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@40f72641[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13[s\xAdt\xCd]NA\x85\xFb\xA6\x9eL\x11$\xAb\x94)\xCc>>>\x10\x15\xF1 \xE0\x8c\xAa.\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@25b4a6e0{WRITING}->null
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@25b4a6e0{IDLE}->null:WRITING-->IDLE
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57123b40{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@e5e6aba[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7bec0940] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@e5e6aba[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7bec0940] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=5/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=19/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000} filled -1 HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000} parse HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000} onFillable exit HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@5d889683 size 1 > capacity
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=1
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@5d889683 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/2 selected
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@3262cafa
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@63c301e2{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=/10.233.69.240:9101,r=/10.233.69.244:56704,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 773 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@63c301e2{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@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@746c370c{SSLC.NBReadCB@57123b40{SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@63c301e2{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@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e on ManagedSelector@4fa91d5b{STARTED} id=0 keys=2 selected=0 updates=0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@63c301e2{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@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 1
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - wakeup on updates SelectorProducer@1fc1c7e
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@57123b40::SocketChannelEndPoint@63c301e2{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@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 2 keys
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 774 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=59e272dc-ab1c-47c8-81e9-0dccb4d546b9, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e
2022-02-06 01:48:25 774 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@239747e8{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-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@1837ee1f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1837ee1f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dd48ec1 startThread=0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@239747e8{null}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.240:9101 remote=/10.233.69.244:56702], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@1837ee1f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@1837ee1f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1837ee1f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dd48ec1 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79cb1be5{s=END}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@57123b40::SocketChannelEndPoint@63c301e2{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@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1752]@2022-02-06T01:48:25.774569Z
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@239747e8{null}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@239747e8{null} lost race null
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@1837ee1f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.69.244 - - [06/Feb/2022:01:48:25 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@4a448533 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1752]@2022-02-06T01:48:25.7746Z
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@63c301e2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@3af0ecc3 startThread=0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onClose HttpConnection@6324e543::DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@4a448533 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1752]@2022-02-06T01:48:25.774681Z
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-66] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@3af0ecc3 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1752]@2022-02-06T01:48:25.774662Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@3af0ecc3 started
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1753]@2022-02-06T01:48:25.774715Z tryProduce true
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onClose SslConnection@57123b40::SocketChannelEndPoint@63c301e2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@3af0ecc3 waiting
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@4d436212[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x12\x8e\xCagQ\x00c\xC1I,\x83D\x9c\xFe\xF2\xC4wh\xD9>>>\x06\x84\xAb\x97Q\xEdQV\xA0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@57123b40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@550cbe79{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@6324e543[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@67ddb8ad{s=START}]=>HttpChannelOverHttp@371ed2a3{s=HttpChannelState@2e3b764d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7dd48ec1 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@38672f9d{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@1b502ab size 1 > capacity
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@1b502ab in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:25 774 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@2c633a42 size 1 > capacity
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@2c633a42 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@40aa719e
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5e1ce1c2{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=/10.233.69.240:9101,r=/10.233.69.244:56702,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector loop ignoring invalid key for channel java.nio.channels.SocketChannel[closed]
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@41b0b5f2{SSLC.NBReadCB@38672f9d{SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillableFail SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onFail FillInterest@65f81864{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-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ec130e5 startThread=0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@65f81864{null}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/0 selected
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 0 updates
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 0 keys
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ec130e5 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@65f81864{null}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@65f81864{null} lost race null
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@23f7eb0b::DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@2e76c4c7 size 1 > capacity
2022-02-06 01:48:25 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@2e76c4c7 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:25 776 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@38672f9d::SocketChannelEndPoint@5e1ce1c2{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@38672f9d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@211c0e2a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23f7eb0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79cb1be5{s=START}]=>HttpChannelOverHttp@497eb65f{s=HttpChannelState@1837ee1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:25 776 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ec130e5 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:30 501 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@719f7d67] obtained in 0 millis
2022-02-06 01:48:30 501 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@2a4444e8, maxRows=0, fetchSize=0, flags=16
2022-02-06 01:48:30 501 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null)
2022-02-06 01:48:30 501 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-06 01:48:30 501 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Sync
2022-02-06 01:48:30 502 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-06 01:48:30 502 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-02-06 01:48:30 502 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-02-06 01:48:30 502 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-06 01:48:30 502 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis
2022-02-06 01:48:30 502 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getString columnIndex: 2
2022-02-06 01:48:30 503 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-02-06 01:48:30 503 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-02-06 01:48:30 503 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@719f7d67] released
2022-02-06 01:48:35 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@43185e96[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818]] on ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-06 01:48:35 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@e97f115-RuleActiveApp@9690008{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-06 01:48:35 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/0 selected
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@43185e96[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818]]
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@43185e96[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818]] startThread=0
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - run Accept@43185e96[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-102] invocationID:{InvocationID} - SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-102] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@44814122
2022-02-06 01:48:35 749 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-102] invocationID:{InvocationID} - new HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=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@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-102] invocationID:{InvocationID} - New HTTP Connection HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@154d5762 on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-102] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onOpen SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - onOpen HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-102] invocationID:{InvocationID} - fillInterested HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@1180d8{AC.ReadCB@46dfd597{HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-102] invocationID:{InvocationID} - SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 750 DEBUG [org.eclipse.jetty.io.FillInterest][dw-102] invocationID:{InvocationID} - interested FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-102] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=2
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 2 updates
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100627040@154d5762
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-102] invocationID:{InvocationID} - Created SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-102] invocationID:{InvocationID} - ran Accept@43185e96[java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818]] in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1753]@2022-02-06T01:48:35.751915Z
2022-02-06 01:48:35 751 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@3af0ecc3 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1753]@2022-02-06T01:48:35.751974Z
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@21c1bc3a startThread=0
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@21c1bc3a in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@3af0ecc3 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1753]@2022-02-06T01:48:35.752116Z
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1753]@2022-02-06T01:48:35.752093Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@21c1bc3a started
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@21c1bc3a waiting
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-66] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1754]@2022-02-06T01:48:35.752157Z tryProduce true
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1180d8{AC.ReadCB@46dfd597{HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@4d436212[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03F\r\x05\xBf\x1fG\xE0(\x05\x98AIf\x81...|\xC9\xB2\x84\xDe\xB9\xA5\x1a\x16\x9c\x12\x93\x10,\x87\x9c\xAc\n4\xAe\xEdAP>>>\xC1tTb$\x9c\xA0=U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2022-02-06 01:48:35 752 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:35 753 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@4d436212[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03F\r\x05\xBf\x1fG\xE0(...\x03o\x94\xD9\x14\x13\xC3)r\xF4\x08\xC0.\xE6\x97\xA3\x9c'\xFd6\x1f^\x88>>>\xDcP$;\x03\xE8\xA5n\x93...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03F\r\x05\xBf\x1fG\xE0(\x05\x98AIf\x81...\x03o\x94\xD9\x14\x13\xC3)r\xF4\x08\xC0.\xE6\x97\xA3\x9c'\xFd6\x1f^\x88>>>\xDcP$;\x03\xE8\xA5n\x93...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 754 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-06 01:48:35 758 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@44814122
2022-02-06 01:48:35 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=12/30000}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=12/30000}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@1180d8{AC.ReadCB@46dfd597{HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:35 762 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@4a448533 size 1 > capacity
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@4a448533 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.240:9101 remote=/10.233.69.244:56818], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1754]@2022-02-06T01:48:35.763453Z
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@21c1bc3a offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1754]@2022-02-06T01:48:35.763493Z
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-66] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-66] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@3a11eb46 startThread=0
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@21c1bc3a task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1754]@2022-02-06T01:48:35.763607Z
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@3a11eb46 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-66] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1754]@2022-02-06T01:48:35.763583Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@3a11eb46 started
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@3a11eb46 waiting
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=1}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.76365Z tryProduce true
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - fillable FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >c.onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - fillable FillInterest@1180d8{AC.ReadCB@46dfd597{HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >fill SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 220 HeapByteBuffer@4d436212[p=0,l=220,c=17408,r=220]={<<<\x17\x03\x03\x005-\xC8Co\x990\xB9>\xD2\xF8J\xD9E\xAb\xCf\xC1jf\xDa,...\xD3\xEde\x8b\xC7\xE0s\xD0\x13\xEb\xA6\x89\xD72\xEa\xCah\xC0\xBf\x93F\xD1&>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=220
2022-02-06 01:48:35 764 DEBUG [jdk.event.security][dw-66] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.244:56818, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5:^\x07...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - handshake succeeded SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=162/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4d436212[p=58,l=220,c=17408,r=162]={\x17\x03\x03\x005\x14\x00\x00 ...\x7f\x92\x93\\$\xBdZ<<<\x17\x03\x03\x00\x9d\xD4\x9e\xEe\x87V\xA1\xCc\x08}i\xB8\x14[\xBa\x83\xB0X\xA0\xB8]...\xD3\xEde\x8b\xC7\xE0s\xD0\x13\xEb\xA6\x89\xD72\xEa\xCah\xC0\xBf\x93F\xD1&>>>\x03\x03\x02\x03\x01\x00,\x00E...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=0
2022-02-06 01:48:35 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xCb\xEeb\xEf\xF7|Vw\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xCb\xEeb\xEf\xF7|Vw\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@46dfd597[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000} filled 140 HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xCb\xEeb\xEf\xF7|Vw\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xCb\xEeb\xEf\xF7|Vw\x13...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@40f72641[p=0,l=140,c=17408,r=140]={<<>>\xCb\xEeb\xEf\xF7|Vw\x13...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - START --> SPACE1
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - URI --> SPACE2
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - REQUEST for //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.240:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=2/30000}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - handle //10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - handling HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-66] invocationID:{InvocationID} - Host 10.233.69.240 with SNI null
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.Server][dw-66] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-66] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@25b44d0a in null
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-66] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-66] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66] invocationID:{InvocationID} - chain=customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:35 765 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66] invocationID:{InvocationID} - call filter customFilter@55296b50==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-06 01:48:35 765 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-66] invocationID:{InvocationID} - Entering.
2022-02-06 01:48:35 765 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-66] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-06 01:48:35 765 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-66] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 8d6d62a3-a837-4fc3-9fa2-97621cacdcef
2022-02-06 01:48:35 766 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-66] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-06 01:48:35 766 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17ec335a@17ec335a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-06 01:48:35 766 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6aea99e7@6aea99e7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-06 01:48:35 766 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-561f9d92@56d662b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4d69d288{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck)@25b44d0a
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7e0ba182 exclude no deflater
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@578254b2[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@62fccedf{null}
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 06 Feb 2022 01:48:35 GMT
X-TransactionID: 8d6d62a3-a837-4fc3-9fa2-97621cacdcef
X-InvocationID: 2349235f-1651-4e36-b22d-235963ae86b9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@65a70397[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4683a910] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@578254b2[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 06 Feb 2022 01:48:35 GMT
X-TransactionID: 8d6d62a3-a837-4fc3-9fa2-97621cacdcef
X-InvocationID: 2349235f-1651-4e36-b22d-235963ae86b9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@65a70397[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4683a910] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3e152b6{IDLE}->null [HeapByteBuffer@6da34a1a[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@578254b2[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3e152b6{WRITING}->null:IDLE-->WRITING
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=COMPLETING}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6da34a1a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@578254b2[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-06 01:48:35 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - 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-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=COMPLETING}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=COMPLETING}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3e152b6{WRITING}->null
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3e152b6{IDLE}->null:WRITING-->IDLE
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@65a70397[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4683a910] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@65a70397[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4683a910] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=5/30000}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2afc93c4[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - 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-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-06 01:48:35 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 0/0/1 selected
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 0 keys, 1 updates
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f
2022-02-06 01:48:35 769 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=0bc7e1ec-c68e-4123-800a-1f8db44e41d8, referenceCounter=0, store size=0} on thread dw-66 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 769 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-66] invocationID:{InvocationID} - Exiting.
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken up from select, 1/1/1 selected
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b processing 1 keys, 0 updates
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.240:9101 remote=/10.233.69.244:56818], selector=sun.nio.ch.EPollSelectorImpl@6b90651b, interestOps=1, readyOps=1 SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.Server][dw-66] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - unhandle HttpChannelState@136fd461{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@136fd461{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - completed HttpChannelState@136fd461{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - unhandle HttpChannelState@136fd461{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0} tryExecute EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.76965Z
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@136fd461{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=0}@3a11eb46 offer EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=0}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.769683Z
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1} startReservedThread p=1
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@677349fb{s=0/1,p=1}@360f04b6 startThread=0
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=0/1,p=1}@3a11eb46 task=EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.76976Z
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.769739Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{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.69.240:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING/BLOCKING
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4b5798c2/SelectorProducer@1fc1c7e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}][pc=0,pic=0,pec=7,epc=1755]@2022-02-06T01:48:35.769798Z tryProduce true
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-66] invocationID:{InvocationID} - recycle HttpChannelState@136fd461{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@677349fb{s=0/1,p=1}@360f04b6 in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=0/1,p=1}]
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=1}@360f04b6 started
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=4}
10.233.69.244 - - [06/Feb/2022:01:48:35 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b waiting with 1 keys
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@38da9939{s=END}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=4}}}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-66] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@360f04b6 waiting
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - >fill SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - filled 24 HeapByteBuffer@4d436212[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xA3\xDc\xAb\xDb;\xBbGh\xBb\x8a1\xDe\xFdG-\x90\xD3\xCd}>>>\xFb#\x1a\x08\x048hX\xBf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - net filled=24
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] 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@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#oq ;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#oq ;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.http.HttpParser][dw-66] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-66] invocationID:{InvocationID} - HttpConnection@46dfd597::DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@40f72641[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#oq ;...\x00\x00\x00\x00\x00\x00\x00}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-66] invocationID:{InvocationID} - close DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-66] invocationID:{InvocationID} - close(null) DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@1180d8{null}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@1180d8{null} lost race null
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - shutdownOutput: SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@677349fb{s=1/1,p=0}@21c1bc3a size 1 > capacity
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@677349fb{s=1/1,p=0}@21c1bc3a in InstrumentedQueuedThreadPool[dw]@4a31ed12{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@677349fb{s=1/1,p=0}]
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-66] invocationID:{InvocationID} - ensureFillInterested SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.FillInterest][dw-66] invocationID:{InvocationID} - interested FillInterest@7f9821ff{SSLC.NBReadCB@78ec4576{SslConnection@78ec4576::SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-66] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@611f4e5d{l=/10.233.69.240:9101,r=/10.233.69.244:56818,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78ec4576{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8991df7{l=/10.233.69.240:9101,r=/10.233.69.244:56818,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@46dfd597[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@38da9939{s=START}]=>HttpChannelOverHttp@da6365{s=HttpChannelState@136fd461{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f1c40@65450c8f on ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-66] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4fa91d5b{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6b90651b woken with none selected
2022-02-06 01:48:35 770 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-66] invocationID:{InvocationID} - close