Results

By type

          	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2022-02-04 15:12:43 527 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-02-04 15:12:43 527 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-02-04 15:12:43 531 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-3-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-02-04 15:12:43 532 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-02-04 15:12:43 533 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-02-04 15:12:43 533 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@7d3c69b15 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-02-04 15:12:43 535 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-02-04 15:12:43 536 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@79c878737 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 778}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Fri, 04 Feb 2022 15:12:43 GMT}{Content-Length: 352}
2022-02-04 15:12:43 536 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000
2022-02-04 15:12:43 537 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-02-04 15:12:43 537 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_318,319,715906227)
2022-02-04 15:12:43 538 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-3-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-02-04 15:12:43 539 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-02-04 15:12:43 539 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-02-04 15:12:43 539 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-02-04 15:12:43 540 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-02-04 15:12:43 540 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-02-04 15:12:43 540 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-02-04 15:12:43 541 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-02-04 15:12:43 541 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-02-04 15:12:43 541 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-04 15:12:43 541 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-02-04 15:12:43 542 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-02-04 15:12:43 542 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-3-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 25 common frames omitted
2022-02-04 15:12:43 542 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-02-04 15:12:43 542 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-02-04 15:12:43 544 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-3-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-02-04 15:12:43 545 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2022-02-04 15:12:43 548 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-02-04 15:12:43 549 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@8e2c9d5 pairs: {GET /service_component/holmes-engine-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-02-04 15:12:43 568 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt
2022-02-04 15:12:43 569 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@4eefadb45 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 068234dc-6466-4a61-8e4f-3aab21211ba7}{Content-Type: application/json}{Content-Length: 359}{Date: Fri, 04 Feb 2022 15:12:43 GMT}
2022-02-04 15:12:43 569 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-engine-mgmt. The corresponding configurations are {"services_calls": {}, "streams_publishes": {"dcae_cl_out": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.DCAE_CL_OUTPUT"}, "type": "message_router"}}, "streams_subscribes": {"ves_fault": {"dmaap_info": {"topic_url": "http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT"}, "type": "message_router"}}}
2022-02-04 15:12:43 570 INFO  [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-3-thread-1] invocationID:{InvocationID} - Operation aborted due to identical Configurations.
2022-02-04 15:12:44 354 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@26a0acfb] obtained in 0 millis
2022-02-04 15:12:44 354 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4712c873, maxRows=1, fetchSize=0, flags=16
2022-02-04 15:12:44 354 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-02-04 15:12:44 354 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-02-04 15:12:44 354 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-04 15:12:44 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-04 15:12:44 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-02-04 15:12:44 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-02-04 15:12:44 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-04 15:12:44 356 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 2 millis
2022-02-04 15:12:44 356 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-02-04 15:12:44 356 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-02-04 15:12:44 357 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-02-04 15:12:44 357 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@26a0acfb] released
2022-02-04 15:12:44 357 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@61c0ee45] obtained in 0 millis
2022-02-04 15:12:44 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@133d8ec9, maxRows=0, fetchSize=0, flags=16
2022-02-04 15:12:44 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1643987564354>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-02-04 15:12:44 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-04 15:12:44 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-04 15:12:44 359 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-04 15:12:44 359 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-02-04 15:12:44 360 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-04 15:12:44 360 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 2 millis
2022-02-04 15:12:44 360 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@61c0ee45] released
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@69f3dedc on ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@69f3dedc
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@69f3dedc startThread=0
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 608 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@69f3dedc in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 609 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-04 15:12:51 609 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@65cadc4f
2022-02-04 15:12:51 609 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:12:51 609 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@1e80cf5{AC.ReadCB@1aa71c9b{HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@762088d6 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@762088d6
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54590], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:12:51 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1786]@2022-02-04T15:12:51.612075Z
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@13c7bccf offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1786]@2022-02-04T15:12:51.612131Z
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@5d0ab652 startThread=0
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2022-02-04T15:12:51.612221Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@5d0ab652 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@13c7bccf task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2022-02-04T15:12:51.612263Z
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@5d0ab652 started
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@5d0ab652 waiting
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.612313Z tryProduce true
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@1e80cf5{AC.ReadCB@1aa71c9b{HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@69f3dedc in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@47358ae9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03{\xCc\xC2\xE3Gt+\xAf\xD5;\xEd| \xB7...\xA5\xFaIrm\xD6#\x84E\x8a'.\xFfW\x19\xD4\x99\xF4\xAcFC\xFb:>>>\xF0{v.M\xD5Z\xAf\xC0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-02-04 15:12:51 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@47358ae9[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03{\xCc\xC2\xE3...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[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-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 367 HeapByteBuffer@47358ae9[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03{\xCc\xC2\xE3Gt+\xAf\xD5;\xEd| \xB7...E\x14\xC5\x87\xE0\xE8\x99@\xB3\x83\xFd[\x01]\xA7\x02P\x87\x15t\x0e\x06\xDc>>>\x1c\x9a\xBb\xD5\xA9\x03rg....\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=367
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:12:51 617 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@65cadc4f
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@1e80cf5{AC.ReadCB@1aa71c9b{HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@762088d6 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@762088d6
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@13469cd5 size 1 > capacity
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@13469cd5 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54590], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:12:51 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.622053Z
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@5d0ab652 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.622096Z
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@699c2c08 startThread=0
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@5d0ab652 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.62221Z
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@699c2c08 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.622287Z tryProduce true
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2022-02-04T15:12:51.622269Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@699c2c08 started
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@699c2c08 waiting
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@1e80cf5{AC.ReadCB@1aa71c9b{HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 231 HeapByteBuffer@47358ae9[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\x90\n\x90\x11\x0cu&\xDd\xF9\xAa\x0c\xC9\xAb\xC0\xC2v1\xAa\x9f!....\xF1\x9b\xFb\x07\x0f\xD0\x00h\xC2)\xAdT\x88\x96^)\x0b\x85\xAc\\8\x80>>>f\xB5\xA3\x00\xBb\x11)B\xAf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=231
2022-02-04 15:12:51 623 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.215:54590, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xDc5\xDf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...;\x8c\xCa\x7f\xFdX\x01<<<\x17\x03\x03\x00\xA8\xA6\xA4\x92\xA7\xF5\x08\xC2\xDb\xB1\xCb\xDf\xB1\xBe\x7f\xB3\x9cT\xE2\xD3\x94....\xF1\x9b\xFb\x07\x0f\xD0\x00h\xC2)\xAdT\x88\x96^)\x0b\x85\xAc\\8\x80>>>f\xB5\xA3\x00\xBb\x11)B\xAf...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\xD5\xB9\xC0\x9aD\xFc\xC4\x9c\x1c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\xD5\xB9\xC0\x9aD\xFc\xC4\x9c\x1c...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\xD5\xB9\xC0\x9aD\xFc\xC4\x9c\x1c...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\xD5\xB9\xC0\x9aD\xFc\xC4\x9c\x1c...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\xD5\xB9\xC0\x9aD\xFc\xC4\x9c\x1c...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-04 15:12:51 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.19:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.70.19 with SNI null
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@34a2ecd1 in null
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-04 15:12:51 624 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2022-02-04 15:12:51 624 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-04 15:12:51 624 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: c50b07c5-2316-472a-9fea-be48fc8c6442
2022-02-04 15:12:51 624 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-04 15:12:51 624 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@34a2ecd1
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@35968ea2 exclude no deflater
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4fd28135[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@472608ab{null}
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Fri, 04 Feb 2022 15:12:51 GMT
X-TransactionID: c50b07c5-2316-472a-9fea-be48fc8c6442
X-InvocationID: 0140a6bf-efa4-4378-9b94-47e0fed4d2a5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@6441b0fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6523c14e] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4fd28135[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-04 15:12:51 626 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 04 Feb 2022 15:12:51 GMT
X-TransactionID: c50b07c5-2316-472a-9fea-be48fc8c6442
X-InvocationID: 0140a6bf-efa4-4378-9b94-47e0fed4d2a5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@6441b0fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6523c14e] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3ea32ff6{IDLE}->null [HeapByteBuffer@5f4d28bd[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@4fd28135[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-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3ea32ff6{WRITING}->null:IDLE-->WRITING
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=COMPLETING}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5f4d28bd[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-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4fd28135[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-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=COMPLETING}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=COMPLETING}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3ea32ff6{WRITING}->null
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3ea32ff6{IDLE}->null:WRITING-->IDLE
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@6441b0fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6523c14e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@6441b0fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6523c14e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=5/30000}
2022-02-04 15:12:51 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@762088d6 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
10.233.70.215 - - [04/Feb/2022:15:12:51 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@762088d6
2022-02-04 15:12:51 627 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=69155307-72a3-4d72-9156-56f6d705d531, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-04 15:12:51 627 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:51 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.19:9102 remote=/10.233.70.215:54590], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@631de816{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@631de816{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@631de816{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@631de816{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@631de816{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1788]@2022-02-04T15:12:51.628189Z
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@699c2c08 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1788]@2022-02-04T15:12:51.628225Z
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@56bf1c9f startThread=0
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@631de816{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@699c2c08 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1788]@2022-02-04T15:12:51.62832Z
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1788]@2022-02-04T15:12:51.628298Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c33ae99{s=END}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:51.628361Z tryProduce true
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@47358ae9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13C\xEf\xB61\xA4\xA7{nD\x11\xDf\x0e5\xAf,\xB8\x9d\xA9\xD4>>>\x92q\xA6IB\xEe\x08h\xFb...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@56bf1c9f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@56bf1c9f started
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@56bf1c9f waiting
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1e80cf5{null}
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@1e80cf5{null} lost race null
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@5d0ab652 size 1 > capacity
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 628 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@5d0ab652 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@762088d6 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:51 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@762088d6
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@23898b97{SSLC.NBReadCB@40e2a3cb{SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@1e80cf5{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49370bd9 startThread=0
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@1e80cf5{null}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 0 updates
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 0 keys
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49370bd9 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@631de816{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@1aa71c9b::DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@13c7bccf size 1 > capacity
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@13c7bccf in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:51 629 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@40e2a3cb::SocketChannelEndPoint@3c3edaa8{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@40e2a3cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@29bc9547{/10.233.70.215:54590<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1aa71c9b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c33ae99{s=START}]=>HttpChannelOverHttp@4ec29ba7{s=HttpChannelState@631de816{s=IDLE rs=BLOCKING 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-04 15:12:51 629 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49370bd9 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@354d6a78 on ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@354d6a78
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@354d6a78 startThread=0
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@354d6a78 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@66f8885a
2022-02-04 15:12:52 109 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@1d017a2a{AC.ReadCB@4bd50b94{HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce
2022-02-04 15:12:52 110 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@354d6a78 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54592], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:52.111558Z
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@56bf1c9f offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:52.11165Z
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4eeab908 startThread=0
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4eeab908 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@56bf1c9f task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:52.111861Z
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@4eeab908 started
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:52.111915Z tryProduce true
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1789]@2022-02-04T15:12:52.111814Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4eeab908 waiting
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1d017a2a{AC.ReadCB@4bd50b94{HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@47358ae9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD2\xF1\x8fH\x01\xDc\xDe\xE6\xBd^@\x10\xFe\x03...\x14\xD3\xDc \xDbP}\xBd)O\\\x0eC\xF3E\x9d\x0eS{\xB1\xC3TE>>>6n\x8e\xD4\x0eC\xD2\xC1\xBc...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2022-02-04 15:12:52 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 113 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:12:52 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:52 114 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-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@47358ae9[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD2\xF1\x8fH\x01\xDc\xDe\xE6...j\xFe\x94\x91&8\x1a\x8f3Z\x1fX\x08\x92\xF1\xB1t$\x14\x9ba\x0e\xE9>>>rg.onap.h...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373
2022-02-04 15:12:52 114 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD2\xF1\x8fH\x01\xDc\xDe\xE6\xBd^@\x10\xFe\x03...j\xFe\x94\x91&8\x1a\x8f3Z\x1fX\x08\x92\xF1\xB1t$\x14\x9ba\x0e\xE9>>>rg.onap.h...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:52 114 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:12:52 121 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@66f8885a
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:52 124 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-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:52 124 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-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[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-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:52 125 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[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-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:52 125 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=15/30000}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@1d017a2a{AC.ReadCB@4bd50b94{HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@699c2c08 size 1 > capacity
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@699c2c08 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:52 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54592], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2022-02-04T15:12:52.12643Z
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@4eeab908 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2022-02-04T15:12:52.126495Z
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@35d47a9d startThread=0
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@35d47a9d in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@4eeab908 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1790]@2022-02-04T15:12:52.126593Z
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@35d47a9d started
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@35d47a9d waiting
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1790]@2022-02-04T15:12:52.126642Z tryProduce true
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2022-02-04T15:12:52.126672Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 126 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@1d017a2a{AC.ReadCB@4bd50b94{HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:12:52 127 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:52 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 231 HeapByteBuffer@47358ae9[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\xC5H\x87\xF6H\xF7\x0e\x8d\xBf&\xC9'\xFb\x07\x19\xBc_z-\x82...\x9a\x86\xBd\x89o\xF8\x83\xD2CqdM\xFb\x8b\x92\xBfpw\xDc`\xB5n\x95>>>\x13\x015\x1bF "\xAb\xB2...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=231
2022-02-04 15:12:52 127 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.215:54592, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#30A\xA7...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...E9\xEe\xE8\x8eD\x1a<<<\x17\x03\x03\x00\xA8\xB2,\x1f\xCfS\x80\xA0\x94\xB1.+\x99\xD4\x00 \x01\x1e\xDd\xE7E...\x9a\x86\xBd\x89o\xF8\x83\xD2CqdM\xFb\x8b\x92\xBfpw\xDc`\xB5n\x95>>>\x13\x015\x1bF "\xAb\xB2...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>*M:[/'y\x18U...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>*M:[/'y\x18U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>*M:[/'y\x18U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>*M:[/'y\x18U...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>*M:[/'y\x18U...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - START --> SPACE1
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.19:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.70.19 with SNI null
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@7c538be5 in null
2022-02-04 15:12:52 128 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-04 15:12:52 129 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering.
2022-02-04 15:12:52 129 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-04 15:12:52 129 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: fbbfc5ee-df67-4e77-8eb1-2bf7919141d1
2022-02-04 15:12:52 129 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-04 15:12:52 129 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@7c538be5
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@525c6164 exclude no deflater
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6fbfe873[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@7929778b{null}
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Fri, 04 Feb 2022 15:12:52 GMT
X-TransactionID: fbbfc5ee-df67-4e77-8eb1-2bf7919141d1
X-InvocationID: 58abdb5d-cf27-4483-8684-919cac62ae77
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@19c5c7e8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2823d2f5] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@6fbfe873[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-04 15:12:52 130 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 04 Feb 2022 15:12:52 GMT
X-TransactionID: fbbfc5ee-df67-4e77-8eb1-2bf7919141d1
X-InvocationID: 58abdb5d-cf27-4483-8684-919cac62ae77
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@19c5c7e8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2823d2f5] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@384f4bf2{IDLE}->null [HeapByteBuffer@5f4d28bd[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@6fbfe873[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-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@384f4bf2{WRITING}->null:IDLE-->WRITING
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=COMPLETING}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5f4d28bd[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-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6fbfe873[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-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-04 15:12:52 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=COMPLETING}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=COMPLETING}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@384f4bf2{WRITING}->null
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@384f4bf2{IDLE}->null:WRITING-->IDLE
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@19c5c7e8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2823d2f5] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@19c5c7e8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2823d2f5] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=5/30000}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce
2022-02-04 15:12:52 132 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=bb4120d8-1b4e-41a9-a355-8832d8d28006, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-04 15:12:52 132 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting.
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.19:9102 remote=/10.233.70.215:54592], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@7b563de7{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7b563de7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@7b563de7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@7b563de7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7b563de7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1791]@2022-02-04T15:12:52.132648Z
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@35d47a9d offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1791]@2022-02-04T15:12:52.132688Z
10.233.70.215 - - [04/Feb/2022:15:12:52 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@782c058e startThread=0
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@35d47a9d task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1791]@2022-02-04T15:12:52.132769Z
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - recycle HttpChannelState@7b563de7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1791]@2022-02-04T15:12:52.132803Z tryProduce true
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@782c058e in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1791]@2022-02-04T15:12:52.132787Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1bef8d74{s=END}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 132 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@782c058e started
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@782c058e waiting
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:12:52 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 24 HeapByteBuffer@47358ae9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xB14\xDbt5\xEem;\xEerHzrU\xE0S\r\xCfL>>>\xD9\x19T\xB6\x104\xD9\xBc\\...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=24
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@1d017a2a{null}
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@1d017a2a{null} lost race null
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4eeab908 size 1 > capacity
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@4eeab908 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4e9a16ce
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:12:52 133 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@7e6b5bb5{SSLC.NBReadCB@519c3ba5{SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@1d017a2a{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a68f65f startThread=0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 0 updates
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@1d017a2a{null}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a68f65f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 0 keys
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@7b563de7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@56bf1c9f size 1 > capacity
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@56bf1c9f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@4bd50b94::DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:12:52 134 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@519c3ba5::SocketChannelEndPoint@2736a7ed{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@519c3ba5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@69cdf4af{/10.233.70.215:54592<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4bd50b94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1bef8d74{s=START}]=>HttpChannelOverHttp@9426221{s=HttpChannelState@7b563de7{s=IDLE rs=BLOCKING 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-04 15:12:52 134 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a68f65f in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:12:59 354 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7355a185] obtained in 0 millis
2022-02-04 15:12:59 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3b2fa68e, maxRows=1, fetchSize=0, flags=16
2022-02-04 15:12:59 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-02-04 15:12:59 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-02-04 15:12:59 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-04 15:12:59 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-04 15:12:59 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-02-04 15:12:59 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-02-04 15:12:59 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-04 15:12:59 356 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 1 millis
2022-02-04 15:12:59 356 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-02-04 15:12:59 356 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-02-04 15:12:59 356 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-02-04 15:12:59 357 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7355a185] released
2022-02-04 15:12:59 357 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1a9cf46b] obtained in 0 millis
2022-02-04 15:12:59 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4780db8c, maxRows=0, fetchSize=0, flags=16
2022-02-04 15:12:59 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1643987579354>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-02-04 15:12:59 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-02-04 15:12:59 357 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-02-04 15:12:59 360 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-02-04 15:12:59 360 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-02-04 15:12:59 360 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-02-04 15:12:59 360 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 3 millis
2022-02-04 15:12:59 360 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1a9cf46b] released
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@646b2941 on ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@646b2941
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@646b2941 startThread=0
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@646b2941 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3f3f597b
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:13:02 109 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@4d5fd461{AC.ReadCB@2401e6ba{HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@646b2941 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:02 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54682], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2022-02-04T15:13:02.111214Z
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@782c058e offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2022-02-04T15:13:02.111259Z
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1316e1e2 startThread=0
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@782c058e task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2022-02-04T15:13:02.11135Z
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2022-02-04T15:13:02.111405Z tryProduce true
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2022-02-04T15:13:02.11139Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1316e1e2 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@1316e1e2 started
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@1316e1e2 waiting
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4d5fd461{AC.ReadCB@2401e6ba{HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@47358ae9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03s\xE5\x17\xBaa\xDf\xB8ryQ\x81\xBd\x1aa...\n\xCb\xA3\xE3i\x87\x16\x10u,\x19\x1d\x06b\x7f\\,\xCfh\xA8\x94\x89>>>>\xB4\xDfB\xDfX\x05\xCa\xC4M...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2022-02-04 15:13:02 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@47358ae9[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03s\xE5\x17\xBa...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@47358ae9[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03s\xE5\x17\xBaa\xDf\xB8ryQ\x81\xBd\x1aa...\xB7\xCe\xC9:\xA7e\xE6\x12\xA7P_\x1c\x06(\xBe25(\x84\xA8\r'\xB7>>>$\x14\x9ba\x0e\xE9rg....\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2022-02-04 15:13:02 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:13:02 116 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3f3f597b
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:02 119 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=9/30000}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4d5fd461{AC.ReadCB@2401e6ba{HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@35d47a9d size 1 > capacity
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@35d47a9d in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54682], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1793]@2022-02-04T15:13:02.121345Z
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@1316e1e2 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1793]@2022-02-04T15:13:02.121381Z
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2098a465 startThread=0
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2098a465 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@1316e1e2 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1793]@2022-02-04T15:13:02.121517Z
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1793]@2022-02-04T15:13:02.121492Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.121563Z tryProduce true
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@2098a465 started
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2098a465 waiting
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4d5fd461{AC.ReadCB@2401e6ba{HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 231 HeapByteBuffer@47358ae9[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005r\x0c\x84h\x9a\xDa\xE9\x05\xAe\x10\x86p\xDez8\xEf\xCb\x02\xCe\x98...Pr\xC9e\x90ek\xC5\x1f\xF1~^\x00\xD3c\x8d\xF8%\x147\x8eW\r>>>\x80\x91\xE9\x01E\r"\x98^...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=231
2022-02-04 15:13:02 123 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.215:54682, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#u\xFd\xF8\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\x02\xA3\xA1\x1a\x88@\xD9<<<\x17\x03\x03\x00\xA8r\xD2\xFf>\xE7\x88g\xB0\xBe\xF9L(_\xDe\xA2\xDa\xCb\xD8\x8c#...Pr\xC9e\x90ek\xC5\x1f\xF1~^\x00\xD3c\x8d\xF8%\x147\x8eW\r>>>\x80\x91\xE9\x01E\r"\x98^...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:02 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>7\xC7\xAf\xEa\xD6R\xAfs\xD1...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>7\xC7\xAf\xEa\xD6R\xAfs\xD1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>7\xC7\xAf\xEa\xD6R\xAfs\xD1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>7\xC7\xAf\xEa\xD6R\xAfs\xD1...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>7\xC7\xAf\xEa\xD6R\xAfs\xD1...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.19:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.70.19 with SNI null
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@5b4a3889 in null
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-04 15:13:02 124 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2022-02-04 15:13:02 124 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-04 15:13:02 124 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 20586055-8de7-4d2e-b64f-aff8aaffee36
2022-02-04 15:13:02 124 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-04 15:13:02 124 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:02 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@5b4a3889
2022-02-04 15:13:02 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7c316089 exclude no deflater
2022-02-04 15:13:02 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@da9c515[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@68f7e349{null}
2022-02-04 15:13:02 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Fri, 04 Feb 2022 15:13:02 GMT
X-TransactionID: 20586055-8de7-4d2e-b64f-aff8aaffee36
X-InvocationID: 843a5ecd-d460-4ad0-ad29-216d44e10d76
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@62f310ae[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15311151] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@da9c515[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-04 15:13:02 126 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 04 Feb 2022 15:13:02 GMT
X-TransactionID: 20586055-8de7-4d2e-b64f-aff8aaffee36
X-InvocationID: 843a5ecd-d460-4ad0-ad29-216d44e10d76
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@62f310ae[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15311151] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@5673ff8f{IDLE}->null [HeapByteBuffer@5f4d28bd[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@da9c515[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-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5673ff8f{WRITING}->null:IDLE-->WRITING
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=COMPLETING}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5f4d28bd[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-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@da9c515[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-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=COMPLETING}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=COMPLETING}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@5673ff8f{WRITING}->null
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5673ff8f{IDLE}->null:WRITING-->IDLE
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@62f310ae[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15311151] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@62f310ae[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@15311151] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:02 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 127 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=da3fca99-4d9b-4336-9aeb-916fa8533b91, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127
2022-02-04 15:13:02 127 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@59f4217{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@59f4217{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@59f4217{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@59f4217{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@59f4217{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.19:9102 remote=/10.233.70.215:54682], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@59f4217{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@28f13536{s=END}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=3}:runFillable:BLOCKING
2022-02-04 15:13:02 127 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.128015Z
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@2098a465 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.128047Z
10.233.70.215 - - [04/Feb/2022:15:13:02 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@47358ae9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xD7\xF8zs/ p@ \x0f\xC6c\xB4\x88\xB8\xCaT\xFeS>>>\xC1\xB9\x12\x12l\xB2\xCc\xAaS...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@300366d1 startThread=0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@2098a465 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.128141Z
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.128175Z tryProduce true
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@300366d1 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2022-02-04T15:13:02.128121Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@300366d1 started
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@300366d1 waiting
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4d5fd461{null}
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@4d5fd461{null} lost race null
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@1316e1e2 size 1 > capacity
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@1316e1e2 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3bcd9127
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@66c0cf46{SSLC.NBReadCB@57015a3b{SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:02 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@4d5fd461{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=1 updates=0
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@149a3a3 startThread=0
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@4d5fd461{null}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 0 updates
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 0 keys
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@149a3a3 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@59f4217{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@782c058e size 1 > capacity
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@782c058e in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@2401e6ba::DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-04 15:13:02 129 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@57015a3b::SocketChannelEndPoint@29f9b644{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57015a3b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61b08f76{/10.233.70.215:54682<->/10.233.70.19:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2401e6ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28f13536{s=START}]=>HttpChannelOverHttp@1b2d0bda{s=HttpChannelState@59f4217{s=IDLE rs=BLOCKING 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-04 15:13:02 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@149a3a3 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@677b8e on ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@5300694d-EngineDActiveApp@35d81657{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/0 selected
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@677b8e
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@677b8e startThread=0
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@677b8e in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:12 110 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-04 15:13:12 110 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@297b6806
2022-02-04 15:13:12 110 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:13:12 110 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@36a42695{AC.ReadCB@5428f0a0{HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@251a7d11{SSLC.NBReadCB@148d270d{SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@585283f0 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:12 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@585283f0
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@677b8e in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54768], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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-04 15:13:12 112 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1795]@2022-02-04T15:13:12.112916Z
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@300366d1 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1795]@2022-02-04T15:13:12.113001Z
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@586bcdf3 startThread=0
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@300366d1 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2022-02-04T15:13:12.113151Z
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@586bcdf3 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2022-02-04T15:13:12.113107Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.113193Z tryProduce true
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@586bcdf3 started
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@586bcdf3 waiting
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@251a7d11{SSLC.NBReadCB@148d270d{SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@36a42695{AC.ReadCB@5428f0a0{HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@47358ae9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03L!\xA1`?m\xE6\xB3\xD1\xF2\xCf\xEa\xFc\xC0...\x965\x8c\x81.M\xC7\xC1\x10\x81\xDdP\x9f\x8f\x06A\x8e|g\x03\xE5\xDb+>>>1\xC1\x93\xDaX\xAf\xA436...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-02-04 15:13:12 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@47358ae9[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03L!\xA1`...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:12 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 367 HeapByteBuffer@47358ae9[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03L!\xA1`?m\xE6\xB3\xD1\xF2\xCf\xEa\xFc\xC0...Z\xC9\xD9\xB5\xF6tl\x97\xD5L^(\x1euc-\x02\x06\xB5Um;P>>>$\x14\x9ba\x0e\xE9rg....\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=367
2022-02-04 15:13:12 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-02-04 15:13:12 119 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@297b6806
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:12 121 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=11/30000}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@36a42695{AC.ReadCB@5428f0a0{HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@251a7d11{SSLC.NBReadCB@148d270d{SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@585283f0 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@585283f0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2098a465 size 1 > capacity
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@2098a465 in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}]
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.19:9102 remote=/10.233.70.215:54768], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.123436Z
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@586bcdf3 offer EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.123474Z
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1} startReservedThread p=1
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@3da59a7d startThread=0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@586bcdf3 task=EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.123614Z
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}@3da59a7d in InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=0/1,p=1}]
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}@3da59a7d started
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.123687Z tryProduce true
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}@3da59a7d waiting
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1796]@2022-02-04T15:13:12.123662Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@251a7d11{SSLC.NBReadCB@148d270d{SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-04 15:13:12 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@36a42695{AC.ReadCB@5428f0a0{HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 231 HeapByteBuffer@47358ae9[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\xFc3\xD6t\x06]\xF8\xC7,\xF5T\xC4\xF7{t\xF6\xD5\x9f\xB7{...\x98\x83#H\xEc/+\xC2\xB3*o*\xC7~\x1d\xE0>>\x8e{xA~)u{\x86...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=231
2022-02-04 15:13:12 124 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.215:54768, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@265ebe52[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x87\xD4\r\xD0...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=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-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@47358ae9[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...2\xAc\xFe\xB1G\xFeq<<<\x17\x03\x03\x00\xA8\x1b>>\x8e{xA~)u{\x86...\x00\x00\x00\x00\x00\x00\x00}
2022-02-04 15:13:12 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\x95(\xBbD\xC8\xC9\xBf>>\x95(\xBbD\xC8\xC9\xBf/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1c56fa2a{s=START}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\x95(\xBbD\xC8\xC9\xBf/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@265ebe52[p=0,l=151,c=17408,r=151]={<<>>\x95(\xBbD\xC8\xC9\xBf>>\x95(\xBbD\xC8\xC9\xBf SPACE1
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.19:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5428f0a0::DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=2/30000}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@1e32cc2a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.70.19 with SNI null
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@ba74346 in null
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-02-04 15:13:12 125 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:12 126 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:12 126 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter logFilter@5a537a16==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-02-04 15:13:12 126 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering.
2022-02-04 15:13:12 126 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-02-04 15:13:12 126 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9aa3678e-f046-4c88-a7aa-50ea016bc9b7
2022-02-04 15:13:12 126 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 
2022-02-04 15:13:12 126 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-6b33892a@6b33892a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-02-04 15:13:12 126 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-663cf5d7@663cf5d7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-02-04 15:13:12 126 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-683ed81b@2bf285d7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5cf3a7f9{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck)@ba74346
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@49f5891b exclude no deflater
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4e25474[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@150540e7{null}
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Fri, 04 Feb 2022 15:13:12 GMT
X-TransactionID: 9aa3678e-f046-4c88-a7aa-50ea016bc9b7
X-InvocationID: c2b88303-28bc-460f-a10a-bc65255f6a53
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@24898c72[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@41d164a9] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4e25474[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-04 15:13:12 127 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 04 Feb 2022 15:13:12 GMT
X-TransactionID: 9aa3678e-f046-4c88-a7aa-50ea016bc9b7
X-InvocationID: c2b88303-28bc-460f-a10a-bc65255f6a53
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@24898c72[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@41d164a9] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@5706c913{IDLE}->null [HeapByteBuffer@5f4d28bd[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@4e25474[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-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5706c913{WRITING}->null:IDLE-->WRITING
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=COMPLETING}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5f4d28bd[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-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4e25474[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-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=COMPLETING}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=COMPLETING}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-02-04 15:13:12 127 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@5706c913{WRITING}->null
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5706c913{IDLE}->null:WRITING-->IDLE
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@24898c72[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@41d164a9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@24898c72[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@41d164a9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=5/30000}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@10719947[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@251a7d11{SSLC.NBReadCB@148d270d{SslConnection@148d270d::SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@585283f0 on ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@b63365c{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-04 15:13:12 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken with none selected
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 0/0/1 selected
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 0 keys, 1 updates
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@585283f0
2022-02-04 15:13:12 129 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=d8280153-1380-4e35-8fea-d6dfbf9ec18f, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-02-04 15:13:12 129 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting.
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd waiting with 1 keys
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd woken up from select, 1/1/1 selected
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@42614bd processing 1 keys, 0 updates
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@1e32cc2a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1e32cc2a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@1e32cc2a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.19:9102 remote=/10.233.70.215:54768], selector=sun.nio.ch.EPollSelectorImpl@42614bd, interestOps=1, readyOps=1 SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@1e32cc2a{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1e32cc2a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1ab45bed{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d270d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@26619732{/10.233.70.215:54768<->/10.233.70.19:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@5428f0a0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1c56fa2a{s=END}]=>HttpChannelOverHttp@49a13890{s=HttpChannelState@1e32cc2a{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.70.19:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=1/1,p=0} tryExecute EatWhatYouKill@5aa334c/SelectorProducer@1c0fe6c5/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@796fe2b5{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@3a5e4f32{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1797]@2022-02-04T15:13:12.129732Z
10.233.70.215 - - [04/Feb/2022:15:13:12 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2022-02-04 15:13:12 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@3a5e4f32{s=0/1,p=0}@3da59a7d offer EatWhat