Results

By type

          2022-01-10 10:50:23 160 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@53124bee size 1 > capacity
2022-01-10 10:50:23 161 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@53124bee in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:23 617 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-01-10 10:50:23 619 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-10 10:50:23 619 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_315,316,796036791)
2022-01-10 10:50:23 621 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-01-10 10:50:23 623 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-10 10:50:23 623 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-10 10:50:23 623 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-10 10:50:23 624 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-10 10:50:23 624 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-10 10:50:23 625 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-10 10:50:23 625 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-10 10:50:23 625 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-10 10:50:23 626 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:23 627 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:23 628 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-10 10:50:23 629 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-3-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2022-01-10 10:50:23 629 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-01-10 10:50:23 629 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-01-10 10:50:23 634 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-01-10 10:50:23 635 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-01-10 10:50:23 636 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-01-10 10:50:23 637 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@21d10e605 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-01-10 10:50:23 638 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-01-10 10:50:23 639 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@355904bf7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 45}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Mon, 10 Jan 2022 10:50:23 GMT}{Content-Length: 2}
2022-01-10 10:50:23 640 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - No service info is returned from DCAE Consul. Hostname: config-binding-service
2022-01-10 10:50:23 640 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The config-binding-service address is null
2022-01-10 10:50:23 641 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-10 10:50:23 641 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_316,317,129141538)
2022-01-10 10:50:23 642 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-01-10 10:50:23 644 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-10 10:50:23 644 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-10 10:50:23 644 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-10 10:50:23 645 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-10 10:50:23 645 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-10 10:50:23 645 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-10 10:50:23 646 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-10 10:50:23 646 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-10 10:50:23 646 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:23 647 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:23 647 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-10 10:50:23 648 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-01-10 10:50:23 648 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-01-10 10:50:23 648 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-01-10 10:50:23 653 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-01-10 10:50:23 654 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][pool-3-thread-1] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=a84e47b3-8e42-4179-9e98-7dfdea197b18, referenceCounter=0, store size=0} on thread pool-3-thread-1
2022-01-10 10:50:23 654 INFO  [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-3-thread-1] invocationID:{InvocationID} - Failed to generate the MD5 information for new configurations.
javax.ws.rs.ProcessingException: URI is not absolute
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:309)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:619)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:654)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:648)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:648)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:618)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:397)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:297)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:123)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: URI is not absolute
	at java.base/java.net.URL.fromURI(Unknown Source)
	at java.base/java.net.URI.toURL(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:312)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297)
	... 23 common frames omitted
2022-01-10 10:50:24 633 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5a8f3c1a] obtained in 0 millis
2022-01-10 10:50:24 634 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@47d90037, maxRows=1, fetchSize=0, flags=16
2022-01-10 10:50:24 634 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-01-10 10:50:24 634 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-01-10 10:50:24 634 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-10 10:50:24 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-10 10:50:24 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-01-10 10:50:24 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-01-10 10:50:24 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-10 10:50:24 637 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 3 millis
2022-01-10 10:50:24 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-01-10 10:50:24 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-01-10 10:50:24 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-01-10 10:50:24 638 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5a8f3c1a] released
2022-01-10 10:50:24 638 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2868319] obtained in 0 millis
2022-01-10 10:50:24 638 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@65ec1ab5, maxRows=0, fetchSize=0, flags=16
2022-01-10 10:50:24 638 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1641811824632>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-01-10 10:50:24 638 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-01-10 10:50:24 638 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-10 10:50:24 644 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-10 10:50:24 644 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-01-10 10:50:24 644 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-10 10:50:24 644 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 5 millis
2022-01-10 10:50:24 644 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2868319] released
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@6176dda4 on ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:33 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@6176dda4
2022-01-10 10:50:33 122 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@6176dda4 startThread=0
2022-01-10 10:50:33 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 122 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 122 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@6176dda4 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 122 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-10 10:50:33 123 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@11163885
2022-01-10 10:50:33 124 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=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@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:33 124 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@3955abf4{AC.ReadCB@2b0b71e1{HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@6176dda4 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:33 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.159:9102 remote=/10.233.70.127:34406], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1744]@2022-01-10T10:50:33.127566Z
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@5e9dcc58 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1744]@2022-01-10T10:50:33.127732Z
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:33 127 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6a432a66 startThread=0
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6a432a66 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@5e9dcc58 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1744]@2022-01-10T10:50:33.128049Z
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@6a432a66 started
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1744]@2022-01-10T10:50:33.128101Z tryProduce true
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1744]@2022-01-10T10:50:33.127956Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6a432a66 waiting
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@3955abf4{AC.ReadCB@2b0b71e1{HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:33 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@31dcbba4[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1c.\xD4\xA4\x89\x8aZ\xD2lf\xE8F =...\x06\xBc>>\xC1\x10\x82\xF2\xDb\xE2\x86\x00T...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-01-10 10:50:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 130 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:33 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:33 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:33 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:33 131 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-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 373 HeapByteBuffer@31dcbba4[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1c.\xD4\xA4\x89\x8aZ\xD2...\xDd\xD6\xD8\xD6f\xD0\xDe\xE4\xC2\xB1Ug\xC2W\x86*\xF8P\x1f\xE1e\x91\xFa>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=373
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1c.\xD4\xA4\x89\x8aZ\xD2lf\xE8F =...\xDd\xD6\xD8\xD6f\xD0\xDe\xE4\xC2\xB1Ug\xC2W\x86*\xF8P\x1f\xE1e\x91\xFa>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:33 138 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@11163885
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:33 141 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-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:33 141 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-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 142 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:33 143 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:33 143 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000} filled 0 HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000} parse HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=START,0 of -1}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000}
2022-01-10 10:50:33 143 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@3955abf4{AC.ReadCB@2b0b71e1{HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:33 144 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5516777f size 1 > capacity
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5516777f in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:33 145 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:33 146 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.159:9102 remote=/10.233.70.127:34406], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:33 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:33 146 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1745]@2022-01-10T10:50:33.146742Z
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@6a432a66 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1745]@2022-01-10T10:50:33.146986Z
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@579c52b2 startThread=0
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@579c52b2 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@579c52b2 started
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@579c52b2 waiting
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6a432a66 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1745]@2022-01-10T10:50:33.147664Z
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1745]@2022-01-10T10:50:33.147775Z tryProduce true
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:33 147 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 148 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1745]@2022-01-10T10:50:33.147602Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:33 148 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 148 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 148 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 149 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@3955abf4{AC.ReadCB@2b0b71e1{HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-01-10 10:50:33 149 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:33 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 222 HeapByteBuffer@31dcbba4[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\xD3\xF58\xF3\xA6\x88\x1e\xD0\xB0\x86\xC3\xD7\xE9e\x9cT9*\xF0\x03...\xFa3l\xB0U\xA9\x10\x9d\xB8\xD1\xEe\x1e\x02\xEf\xCc\x8dZs\x9eFL\xFa\xE5>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=222
2022-01-10 10:50:33 151 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.127:34406, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-10 10:50:33 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9b\xE3ac...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-10 10:50:33 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:33 152 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\x08\x0eB_\x14HO<<<\x17\x03\x03\x00\x9f\xB1\xC8S\xFa\x98RP\xE6\x16H\xE7\x1b~n(\x8c\xA9\xAc\x82}...\xFa3l\xB0U\xA9\x10\x9d\xB8\xD1\xEe\x1e\x02\xEf\xCc\x8dZs\x9eFL\xFa\xE5>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:33 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>\x9b\xC2~\xB6\xBb\xD9\x81\x8d~...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>\x9b\xC2~\xB6\xBb\xD9\x81\x8d~...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000} filled 142 HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>\x9b\xC2~\xB6\xBb\xD9\x81\x8d~...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>\x9b\xC2~\xB6\xBb\xD9\x81\x8d~...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:33 153 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>\x9b\xC2~\xB6\xBb\xD9\x81\x8d~...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-10 10:50:33 154 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-10 10:50:33 155 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.159:9102
User-Agent: kube-probe/1.20
Accept: */*
Connection: close


2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=12/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=12/30000}
2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:33 156 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-01-10 10:50:33 157 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.70.159 with SNI null
2022-01-10 10:50:33 157 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2022-01-10 10:50:33 157 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@3eba887b in null
2022-01-10 10:50:33 158 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:33 158 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:33 158 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:33 158 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:33 159 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-10 10:50:33 159 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-01-10 10:50:33 159 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-10 10:50:33 159 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9d61fa05-f672-434d-a771-5481d86cf152
2022-01-10 10:50:33 160 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-10 10:50:33 160 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-10 10:50:33 160 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-10 10:50:33 160 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:33 164 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@3eba887b
2022-01-10 10:50:33 164 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@5def5316 exclude no deflater
2022-01-10 10:50:33 164 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@47a545ac[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@72999628{null}
2022-01-10 10:50:33 164 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
200 OK HTTP/1.1
Connection: close
Date: Mon, 10 Jan 2022 10:50:33 GMT
X-TransactionID: 9d61fa05-f672-434d-a771-5481d86cf152
X-InvocationID: 0e9432cf-b7f2-42ad-ad4f-f943ff5a0989
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:33 164 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@188a2150[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f5ab6b4] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-10 10:50:33 165 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@47a545ac[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 165 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 10 Jan 2022 10:50:33 GMT
X-TransactionID: 9d61fa05-f672-434d-a771-5481d86cf152
X-InvocationID: 0e9432cf-b7f2-42ad-ad4f-f943ff5a0989
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:33 165 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-10 10:50:33 165 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@188a2150[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f5ab6b4] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-10 10:50:33 165 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@523f0cd6{IDLE}->null [HeapByteBuffer@f902d35[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@47a545ac[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@523f0cd6{WRITING}->null:IDLE-->WRITING
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=15/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=COMPLETING}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f902d35[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@47a545ac[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-10 10:50:33 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-01-10 10:50:33 167 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=COMPLETING}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-01-10 10:50:33 167 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 167 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=COMPLETING}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-01-10 10:50:33 167 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@523f0cd6{WRITING}->null
2022-01-10 10:50:33 167 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@523f0cd6{IDLE}->null:WRITING-->IDLE
2022-01-10 10:50:33 168 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@188a2150[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f5ab6b4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:33 168 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@188a2150[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f5ab6b4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:33 168 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=24/30000}
2022-01-10 10:50:33 168 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=13} oshut=false, ishut=false
2022-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14}
2022-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14}
2022-01-10 10:50:33 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:33 170 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}
2022-01-10 10:50:33 170 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}
2022-01-10 10:50:33 170 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}}}
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=16}
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=16}
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:33 171 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.159:9102 remote=/10.233.70.127:34406], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=17} 
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=17}
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=17}:runFillable:BLOCKING
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1746]@2022-01-10T10:50:33.172526Z
2022-01-10 10:50:33 172 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=06edf16f-45ac-42bd-a527-ea79faa1cda5, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@579c52b2 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1746]@2022-01-10T10:50:33.17264Z
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@5b9584fa startThread=0
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@579c52b2 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1746]@2022-01-10T10:50:33.172809Z
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1746]@2022-01-10T10:50:33.172909Z tryProduce true
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1746]@2022-01-10T10:50:33.172851Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=17}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:33 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}}}
2022-01-10 10:50:33 173 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3955abf4{null}
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@3955abf4{null} lost race null
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@5b9584fa in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@5b9584fa started
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7f7a376a{s=END}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5b9584fa waiting
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6a432a66 size 1 > capacity
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6a432a66 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 173 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=18}
2022-01-10 10:50:33 174 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@71510ac0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-10 10:50:33 174 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@71510ac0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:33 174 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=19}
2022-01-10 10:50:33 174 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@71510ac0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:33 174 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@71510ac0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@71510ac0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=20}
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.70.127 - - [10/Jan/2022:10:50:33 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.20" 20
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@71510ac0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-10 10:50:33 175 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 176 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=32/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 176 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:33 176 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@31dcbba4[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xDa\xD1\xC5B\x08\xEb"#\xDeF\xA1B\xF4\x7fvR\\F1>>>;\xC8\x82F\xEaL\x00@-...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 176 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-01-10 10:50:33 176 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=32/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000} filled -1 HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}
2022-01-10 10:50:33 177 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-10 10:50:33 178 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 178 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 178 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:33 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6ed13528
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:33 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1747]@2022-01-10T10:50:33.181339Z
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@5b9584fa offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1747]@2022-01-10T10:50:33.181461Z
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6772fc26 startThread=0
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6772fc26 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@6772fc26 started
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6772fc26 waiting
2022-01-10 10:50:33 181 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1747]@2022-01-10T10:50:33.181712Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@49215146{SSLC.NBReadCB@6042a60{SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@49215146{null} lost race null
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@3955abf4{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-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=1 updates=0
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6c29f86f startThread=0
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@3955abf4{null}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000} parse HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-10 10:50:33 182 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 0 updates
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 0 keys
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5b9584fa task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:33.183327Z
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:33.183417Z tryProduce true
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5b9584fa size 1 > capacity
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5b9584fa in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6c29f86f in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=39/30000}
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=39/30000}
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=39/30000} onFillable exit HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:33 183 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=39/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@2b0b71e1::DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=40/30000}
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.159:9102,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=39/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5e9dcc58 size 1 > capacity
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@5e9dcc58 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@6042a60::SocketChannelEndPoint@48365c85{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6042a60{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b79b21b{/10.233.70.127:34406<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=40/30000}=>HttpConnection@2b0b71e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f7a376a{s=START}]=>HttpChannelOverHttp@1d460c8c{s=HttpChannelState@71510ac0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:33 184 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6c29f86f in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 071 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@183e0e14 on ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-10 10:50:37 071 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@183e0e14
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@183e0e14 startThread=0
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@183e0e14 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-10 10:50:37 072 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@59fe483b
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=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@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:37 073 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@49604ba0{AC.ReadCB@32a506ce{HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b
2022-01-10 10:50:37 074 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@183e0e14 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.159:9102 remote=/10.233.70.127:34510], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:37 075 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:37.075962Z
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@6772fc26 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:37.076083Z
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@40aa4eb6 startThread=0
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@40aa4eb6 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6772fc26 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:37.07631Z
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@40aa4eb6 started
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@40aa4eb6 waiting
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:37.076427Z tryProduce true
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1748]@2022-01-10T10:50:37.076357Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:37 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 077 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@49604ba0{AC.ReadCB@32a506ce{HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-01-10 10:50:37 077 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:37 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 077 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:37 078 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@31dcbba4[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03s]KJ\xE8#C\x8d\x93\xF0\xA1D\xEf"...2|4\x1b\x86\x1e\xE6\xFb8\xB5qzM\x94\xC2\x7f\xB7\xC3l\x93\x92\x80->>>6\x13\x8d\xEe\xFb>=\xCa\x95...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261
2022-01-10 10:50:37 078 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 079 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 079 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 080 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 373 HeapByteBuffer@31dcbba4[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03s]KJ\xE8#C\x8d...\xCe'\xF5\x01\x03m5H\xD9g"-v\x15[x\x94\xF9\xE1\xEa\x93\x16\x07>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=373
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03s]KJ\xE8#C\x8d\x93\xF0\xA1D\xEf"...\xCe'\xF5\x01\x03m5H\xD9g"-v\x15[x\x94\xF9\xE1\xEa\x93\x16\x07>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 081 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:37 088 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@59fe483b
2022-01-10 10:50:37 092 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 093 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 094 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 095 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 095 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:37 095 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 222 HeapByteBuffer@31dcbba4[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005P\xD39\xC74\x80\xFa\xEcO\x11\x1feF`\xDd\xF1\x88I)b...jm\xCeL\x183\xB9v\xDf\x11\xF96uK\x90|\xB7\xA0=Up\x87~>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 095 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=222
2022-01-10 10:50:37 095 DEBUG [jdk.event.security][dw-21] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.127:34510, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\x80\t/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - handshake succeeded SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=22/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...]\x02VN\xF0\x842<<<\x17\x03\x03\x00\x9f%:@\x15d\xB9\xA5\xD8\x9e\\\x14;\xEd\x9a\x05\xC0=\x8c\x8e\xE6...jm\xCeL\x183\xB9v\xDf\x11\xF96uK\x90|\xB7\xA0=Up\x87~>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>P.\xAd:%\xB6\x8b\xBax...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>P.\xAd:%\xB6\x8b\xBax...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=22/30000}=>HttpConnection@32a506ce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=22/30000} filled 142 HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>P.\xAd:%\xB6\x8b\xBax...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 096 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=22/30000} parse HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>P.\xAd:%\xB6\x8b\xBax...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>P.\xAd:%\xB6\x8b\xBax...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - START --> SPACE1
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - URI --> SPACE2
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - REQUEST for //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.159:9102
User-Agent: kube-probe/1.20
Accept: */*
Connection: close


2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=23/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=23/30000}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - handle //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - handling HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-01-10 10:50:37 097 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-21] invocationID:{InvocationID} - Host 10.233.70.159 with SNI null
2022-01-10 10:50:37 098 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-01-10 10:50:37 098 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@7065a5f7 in null
2022-01-10 10:50:37 098 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:37 098 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:37 098 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:37 099 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - chain=logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:37 099 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-10 10:50:37 099 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Entering.
2022-01-10 10:50:37 099 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-10 10:50:37 099 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: ac83696c-01c6-44a4-9ef3-eb9854278c16
2022-01-10 10:50:37 099 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-10 10:50:37 099 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-10 10:50:37 099 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-10 10:50:37 099 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@7065a5f7
2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@86e411 exclude no deflater
2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@3d3df42e[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@2f70d2c1{null}
2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
200 OK HTTP/1.1
Connection: close
Date: Mon, 10 Jan 2022 10:50:37 GMT
X-TransactionID: ac83696c-01c6-44a4-9ef3-eb9854278c16
X-InvocationID: 13b88a21-482f-4776-a94d-552f6838bc9a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@72e790c5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45f654e4] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-10 10:50:37 102 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@3d3df42e[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 10 Jan 2022 10:50:37 GMT
X-TransactionID: ac83696c-01c6-44a4-9ef3-eb9854278c16
X-InvocationID: 13b88a21-482f-4776-a94d-552f6838bc9a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@72e790c5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45f654e4] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@17b854f0{IDLE}->null [HeapByteBuffer@f902d35[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@3d3df42e[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@17b854f0{WRITING}->null:IDLE-->WRITING
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=29/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=COMPLETING}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f902d35[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@3d3df42e[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-10 10:50:37 103 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - 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-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=30/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=COMPLETING}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=30/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=COMPLETING}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@17b854f0{WRITING}->null
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@17b854f0{IDLE}->null:WRITING-->IDLE
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@72e790c5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45f654e4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@72e790c5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45f654e4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=30/30000}
2022-01-10 10:50:37 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=30/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7} oshut=false, ishut=false
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=30/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - 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-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=31/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=31/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:37 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=31/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=32/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=32/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}}}
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=32/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:37 106 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=774048e3-8607-4dc6-9fbd-7a4e3cb12fb6, referenceCounter=0, store size=0} on thread dw-21 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b
2022-01-10 10:50:37 106 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Exiting.
2022-01-10 10:50:37 106 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=32/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@1ecb1c1f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1ecb1c1f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - completed HttpChannelState@1ecb1c1f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@1ecb1c1f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1ecb1c1f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.159:9102 remote=/10.233.70.127:34510], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10} 
10.233.70.127 - - [10/Jan/2022:10:50:37 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.20" 10
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@599311e3{s=END}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - recycle HttpChannelState@1ecb1c1f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=33/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1749]@2022-01-10T10:50:37.107978Z
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 24 HeapByteBuffer@31dcbba4[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13KG"d4g\xBbd\xDc+\x0e\x1e\x88\x95\xEa\x087\xB7\x0e>>>\x90\xF7\xE5\x1dh\x130)N...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=24
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@40aa4eb6 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1749]@2022-01-10T10:50:37.108103Z
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@e8866a3 startThread=0
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1749]@2022-01-10T10:50:37.108301Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000} filled -1 HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@40aa4eb6 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:37.108698Z
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:37.108758Z tryProduce true
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - shutdownOutput: SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:37 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - ensureFillInterested SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=34/30000}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@49604ba0{null}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@49604ba0{null} lost race null
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 109 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@6772fc26 waiting
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@53e9b734{SSLC.NBReadCB@1ffedde7{SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillableFail SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onFail FillInterest@49604ba0{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-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@e8866a3 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}]
2022-01-10 10:50:37 110 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24715dd2 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}]
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=36/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@e8866a3 size 1 > capacity
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@1ffedde7::SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24715dd2 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24715dd2 startThread=0
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@49604ba0{null}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000} parse HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@e8866a3 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 111 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@32a506ce::DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000} onFillable exit HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.70.159:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@579c52b2 size 1 > capacity
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@579c52b2 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@3a11594b
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 112 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 113 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7affa04d{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1ffedde7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19312a43{/10.233.70.127:34510<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@32a506ce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@599311e3{s=START}]=>HttpChannelOverHttp@6da81bd6{s=HttpChannelState@1ecb1c1f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:37 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:37 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 0 keys
2022-01-10 10:50:39 633 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@14715e6a] obtained in 0 millis
2022-01-10 10:50:39 635 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@13e8021f, maxRows=1, fetchSize=0, flags=16
2022-01-10 10:50:39 635 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-01-10 10:50:39 636 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-01-10 10:50:39 636 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-10 10:50:39 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-10 10:50:39 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-01-10 10:50:39 637 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-01-10 10:50:39 638 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-10 10:50:39 638 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 2 millis
2022-01-10 10:50:39 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-01-10 10:50:39 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-01-10 10:50:39 638 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-01-10 10:50:39 639 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@14715e6a] released
2022-01-10 10:50:39 639 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@8c815cb] obtained in 0 millis
2022-01-10 10:50:39 640 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3599277e, maxRows=0, fetchSize=0, flags=16
2022-01-10 10:50:39 640 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1641811839632>,type=INT8,$2=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2022-01-10 10:50:39 640 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-01-10 10:50:39 640 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-10 10:50:39 642 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-10 10:50:39 642 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-01-10 10:50:39 642 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-10 10:50:39 642 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 2 millis
2022-01-10 10:50:39 643 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@8c815cb] released
2022-01-10 10:50:43 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@33087c58 on ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-10 10:50:43 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-10 10:50:43 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:43 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:43 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:43 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:43 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@33087c58
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@33087c58 startThread=0
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@33087c58 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-10 10:50:43 121 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@54a09707
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=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@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-01-10 10:50:43 122 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@18ea9790{AC.ReadCB@14e246ae{HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 123 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@33087c58 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.159:9102 remote=/10.233.70.127:34658], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 124 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:43.125073Z
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@6772fc26 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:43.125214Z
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@3be06349 startThread=0
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@3be06349 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@3be06349 started
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@3be06349 waiting
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@6772fc26 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:43.125572Z
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1750]@2022-01-10T10:50:43.125425Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.125656Z tryProduce true
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@18ea9790{AC.ReadCB@14e246ae{HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@31dcbba4[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD3\x81-\xAe\xF3\xEaq\xDc7\x1f\x97Wk\xAa...l=\xB1\x9d?LL\x1b`d\xB6\x8f\xBb\xA5\x17'\x93zG?U\xCa[>>>\xD7\xE8ty1nT\xF9u...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2022-01-10 10:50:43 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 127 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:43 128 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-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@31dcbba4[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD3\x81-\xAe\xF3\xEaq\xDc...\xA0\x13+\x8b[O\xE8\x8a\xAc\xD0\x89\xAc\xE1~\xD0\xD1\x1a^&\xD4\xBbq.>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373
2022-01-10 10:50:43 128 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:43 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD3\x81-\xAe\xF3\xEaq\xDc7\x1f\x97Wk\xAa...\xA0\x13+\x8b[O\xE8\x8a\xAc\xD0\x89\xAc\xE1~\xD0\xD1\x1a^&\xD4\xBbq.>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:43 129 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:43 134 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@54a09707
2022-01-10 10:50:43 138 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:43 139 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-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:43 139 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-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:43 139 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:43 140 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 58 HeapByteBuffer@31dcbba4[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005tb\nl5\xF5Y\x0f\x8f\x0fz\xE6\xBfE[2qp/ ...\x8fm\x82\x15Z!uk\x96\x14\x98\x91WNA\x9dA\x00\x81\x92x\x17\x13>>>\xF7\x17\x97bWx\x97\xAa\xE2...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 140 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=58
2022-01-10 10:50:43 141 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.127:34658, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAf)\x00\xF8...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 164 HeapByteBuffer@31dcbba4[p=0,l=164,c=17408,r=164]={<<<\x17\x03\x03\x00\x9f\rU\xB0\x8e\n$cq\xDb\xD3\xB8\xB3]\x88"\xC6\x17\xBdz\xEa...X\xE3\x8b\xD0\xCc\x9eK\xB7\x0eC\xD3d\x1e\x96\xEc\xDe\x16AW\xFaF \xF3>>>\x03\x08\x07\x08\x05\x08\x06\x04\x01...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=164
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=164 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=164,l=164,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>e\xDb\xB47^\xD2\x13\xEa\xA4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>e\xDb\xB47^\xD2\x13\xEa\xA4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@14e246ae[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000} filled 142 HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>e\xDb\xB47^\xD2\x13\xEa\xA4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=18/30000} parse HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>e\xDb\xB47^\xD2\x13\xEa\xA4...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>e\xDb\xB47^\xD2\x13\xEa\xA4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-10 10:50:43 141 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.159:9102
User-Agent: kube-probe/1.20
Accept: */*
Connection: close


2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=19/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=19/30000}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.70.159 with SNI null
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@5d2b56c5 in null
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@778d82e9{/,null,AVAILABLE}
2022-01-10 10:50:43 142 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:43 143 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:43 143 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-10 10:50:43 143 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2022-01-10 10:50:43 143 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-10 10:50:43 143 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 04671862-f63b-4737-9b1c-e492e1b12eb9
2022-01-10 10:50:43 143 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-10 10:50:43 143 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-10 10:50:43 143 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-10 10:50:43 143 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:43 144 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@5d2b56c5
2022-01-10 10:50:43 144 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2a6eabce exclude no deflater
2022-01-10 10:50:43 144 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4515f52d[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@7d572ced{null}
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Mon, 10 Jan 2022 10:50:43 GMT
X-TransactionID: 04671862-f63b-4737-9b1c-e492e1b12eb9
X-InvocationID: 5de55b1d-eeb2-47b1-8880-ada8390d07c5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4dd0fc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@252234a0] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4515f52d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 10 Jan 2022 10:50:43 GMT
X-TransactionID: 04671862-f63b-4737-9b1c-e492e1b12eb9
X-InvocationID: 5de55b1d-eeb2-47b1-8880-ada8390d07c5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4dd0fc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@252234a0] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4f7411b4{IDLE}->null [HeapByteBuffer@f902d35[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@4515f52d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f7411b4{WRITING}->null:IDLE-->WRITING
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=COMPLETING}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f902d35[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4515f52d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-10 10:50:43 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - 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-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=COMPLETING}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=COMPLETING}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4f7411b4{WRITING}->null
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f7411b4{IDLE}->null:WRITING-->IDLE
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4dd0fc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@252234a0] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4dd0fc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@252234a0] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:43 146 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=23/30000}
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - 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-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-01-10 10:50:43 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}}}
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-01-10 10:50:43 148 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed
2022-01-10 10:50:43 149 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=663fe12a-3780-4467-b795-0fec181f96d4, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-01-10 10:50:43 149 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@70574810{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@70574810{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.159:9102 remote=/10.233.70.127:34658], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7} 
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@70574810{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@70574810{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:43 149 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@70574810{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.70.127 - - [10/Jan/2022:10:50:43 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.20" 8
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b1f8191{s=END}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}:runFillable:BLOCKING
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@70574810{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.150281Z
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@3be06349 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.150359Z
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@4afcc551 startThread=0
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@4afcc551 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@3be06349 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.15055Z
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@4afcc551 started
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@4afcc551 waiting
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.150687Z tryProduce true
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1751]@2022-01-10T10:50:43.150651Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@31dcbba4[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xA9\x96\x9a\xDb\x89K[\x0c\x96\xF6\xD9vu\xC1\xB9O\xB7\x15\t>>>ine-mgmt/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:43 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=19/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000} filled -1 HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000} parse HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 151 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000} onFillable exit HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@40aa4eb6 size 1 > capacity
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@40aa4eb6 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4d1959ed
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:43 152 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.159:9102 remote=/10.233.70.127:34658], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1752]@2022-01-10T10:50:43.153311Z
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@4afcc551 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1752]@2022-01-10T10:50:43.153374Z
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@7bcc4be3 startThread=0
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@4afcc551 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1752]@2022-01-10T10:50:43.153572Z
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@7bcc4be3 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@7bcc4be3 started
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1752]@2022-01-10T10:50:43.153705Z tryProduce true
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@7bcc4be3 waiting
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@1ebb6515{SSLC.NBReadCB@41424661{SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1752]@2022-01-10T10:50:43.153654Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@1ebb6515{null}
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@1ebb6515{null} lost race null
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@3be06349 size 1 > capacity
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@3be06349 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillableFail SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onFail FillInterest@18ea9790{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=1 updates=0
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5256538d startThread=0
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@18ea9790{null}
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 0 updates
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:43 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 0 keys
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5256538d in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=32/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@18ea9790{null}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@18ea9790{null} lost race null
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=32/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@14e246ae::DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=32/30000}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=32/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@41424661::SocketChannelEndPoint@403e9eff{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@41424661{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@442af983{/10.233.70.127:34658<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=32/30000}=>HttpConnection@14e246ae[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b1f8191{s=START}]=>HttpChannelOverHttp@17c847b4{s=HttpChannelState@70574810{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6772fc26 size 1 > capacity
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@6772fc26 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:43 155 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5256538d in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 119 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@390224fa on ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@7320750c-EngineDActiveApp@3180aee{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@390224fa
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@390224fa startThread=0
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 120 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@390224fa in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 121 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-10 10:50:53 121 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@76e70c1e
2022-01-10 10:50:53 123 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=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@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:53 123 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-01-10 10:50:53 123 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 123 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 124 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}
2022-01-10 10:50:53 124 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}
2022-01-10 10:50:53 124 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@19f6d2fd{AC.ReadCB@2a529d71{HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-10 10:50:53 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 124 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 125 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:53 125 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@66a7d3d9 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:53 125 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@66a7d3d9
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@390224fa in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.159:9102 remote=/10.233.70.127:34914], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-10 10:50:53 127 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-10 10:50:53 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1753]@2022-01-10T10:50:53.128587Z
2022-01-10 10:50:53 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@7bcc4be3 offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1753]@2022-01-10T10:50:53.128733Z
2022-01-10 10:50:53 128 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@2fa78ace startThread=0
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@2fa78ace in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@2fa78ace started
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@2fa78ace waiting
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1}@7bcc4be3 task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1753]@2022-01-10T10:50:53.129214Z
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1753]@2022-01-10T10:50:53.129262Z tryProduce true
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1753]@2022-01-10T10:50:53.129152Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 129 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@19f6d2fd{AC.ReadCB@2a529d71{HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=FI,flush=-,to=6/30000}}}
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000} onFillable enter HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:53 131 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@31dcbba4[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB8|\x1f\xD6\xAde"vZ\nL\x90z\x9d...[\xAbS\x1a":\xF6\x95\xC5'\x9dJ\x8a\x88>Hc\x84\x0c\xB2\xA2\x00\x12>>>3\xAb\xFf\x16\x8b\xFb0E\x8c...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2022-01-10 10:50:53 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:53 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:53 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:53 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:53 133 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 373 HeapByteBuffer@31dcbba4[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB8|\x1f\xD6\xAde"v...a\x8a6\x9c*\xC8A\xDd\xE3\xEd\xD1\xB4-\xF1\xBc\x16iG0\xF1\xB5\xC5\x8f>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=373
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB8|\x1f\xD6\xAde"vZ\nL\x90z\x9d...a\x8a6\x9c*\xC8A\xDd\xE3\xEd\xD1\xB4-\xF1\xBc\x16iG0\xF1\xB5\xC5\x8f>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 134 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2022-01-10 10:50:53 142 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@76e70c1e
2022-01-10 10:50:53 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-10 10:50:53 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=23/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:53 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:53 147 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=23/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=24/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:53 148 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=24/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=24/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 149 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=25/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=25/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:53 150 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 222 HeapByteBuffer@31dcbba4[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005D?\x01\xF4\xE3\x01\x89\xD6\xB7\x86\x82{\xF6\x90\xBc\xBdut\x90\xDb...\xDe\xB38\xEf\xFb\xD2-\xFf\x17\xB8\x98\xCb\x1b_C\xC1\xE3r\x97\xA8E\x16\x8f>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 150 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=222
2022-01-10 10:50:53 151 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.70.127:34914, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x04\x8a\xDf\x0e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=26/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@31dcbba4[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xF4D\x02\xC0O\x90\xBb<<<\x17\x03\x03\x00\x9f\x9e\x93G\xBb\x08\xC3\x99is\xD8\xDa\xD1Tr\xE1Wa6{\xB5...\xDe\xB38\xEf\xFb\xD2-\xFf\x17\xB8\x98\xCb\x1b_C\xC1\xE3r\x97\xA8E\x16\x8f>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>|\x9eE6o\x8cL\x0b<...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>|\x9eE6o\x8cL\x0b<...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 151 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=27/30000}=>HttpConnection@2a529d71[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=27/30000} filled 142 HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>|\x9eE6o\x8cL\x0b<...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=27/30000} parse HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>|\x9eE6o\x8cL\x0b<...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4c16cc00[p=0,l=142,c=17408,r=142]={<<>>|\x9eE6o\x8cL\x0b<...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-10 10:50:53 152 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.70.159:9102
User-Agent: kube-probe/1.20
Accept: */*
Connection: close


2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=28/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=28/30000}
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.70.159 with SNI null
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-01-10 10:50:53 153 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@3df5801f in null
2022-01-10 10:50:53 154 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-01-10 10:50:53 154 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-01-10 10:50:53 154 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:53 154 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:53 155 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@4ea43d4d==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-10 10:50:53 155 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2022-01-10 10:50:53 155 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-10 10:50:53 155 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: fc54da3d-9979-4aa6-8239-8785b08d5db4
2022-01-10 10:50:53 155 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-10 10:50:53 155 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-11a67420@11a67420==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-10 10:50:53 155 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2b6ee447@2b6ee447==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-10 10:50:53 155 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7db06c50@f89a8201==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-10 10:50:53 157 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@6bd2f039{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.159:9102/api/holmes-engine-mgmt/v1/healthcheck)@3df5801f
2022-01-10 10:50:53 157 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@13c4c5be exclude no deflater
2022-01-10 10:50:53 157 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@5cf78265[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@4f1582cf{null}
2022-01-10 10:50:53 158 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@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
200 OK HTTP/1.1
Connection: close
Date: Mon, 10 Jan 2022 10:50:53 GMT
X-TransactionID: fc54da3d-9979-4aa6-8239-8785b08d5db4
X-InvocationID: 42a0d429-37bc-4206-adc2-bf11a45cabba
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:53 158 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@5ef1064a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b2dd11f] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-10 10:50:53 158 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@5cf78265[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 158 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 10 Jan 2022 10:50:53 GMT
X-TransactionID: fc54da3d-9979-4aa6-8239-8785b08d5db4
X-InvocationID: 42a0d429-37bc-4206-adc2-bf11a45cabba
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-10 10:50:53 158 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-10 10:50:53 158 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@5ef1064a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b2dd11f] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-10 10:50:53 158 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@b2992b5{IDLE}->null [HeapByteBuffer@f902d35[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@5cf78265[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-10 10:50:53 158 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@b2992b5{WRITING}->null:IDLE-->WRITING
2022-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=34/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=COMPLETING}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f902d35[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@5cf78265[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-10 10:50:53 159 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-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=35/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=COMPLETING}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-01-10 10:50:53 159 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=W,to=35/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=COMPLETING}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@b2992b5{WRITING}->null
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@b2992b5{IDLE}->null:WRITING-->IDLE
2022-01-10 10:50:53 160 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@5ef1064a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b2dd11f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:53 160 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@5ef1064a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6b2dd11f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=36/30000}
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=36/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8} oshut=false, ishut=false
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=36/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@257ca1ec[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-10 10:50:53 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-10 10:50:53 161 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-01-10 10:50:53 161 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=37/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-01-10 10:50:53 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-10 10:50:53 161 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=37/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-01-10 10:50:53 162 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=37/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:53 162 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=38/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:53 162 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=38/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}}}
2022-01-10 10:50:53 162 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUTTING,fill=-,flush=-,to=38/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-01-10 10:50:53 163 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@66a7d3d9 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@66a7d3d9
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=38/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 1/1/1 selected
2022-01-10 10:50:53 163 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 1 keys, 0 updates
2022-01-10 10:50:53 163 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=581c2d2c-1d02-4a76-9b6d-a66c42fac2f4, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-01-10 10:50:53 163 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.159:9102 remote=/10.233.70.127:34914], selector=sun.nio.ch.EPollSelectorImpl@23a663e7, interestOps=1, readyOps=1 SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=39/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11} 
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=39/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=40/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}:runFillable:BLOCKING
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0} tryExecute EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1754]@2022-01-10T10:50:53.164819Z
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=0}@2fa78ace offer EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1754]@2022-01-10T10:50:53.164919Z
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@3460adb0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-10 10:50:53 164 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=0/1,p=1} startReservedThread p=1
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@3460adb0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@17c34e62{s=0/1,p=1}@25e0d41b startThread=0
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@17c34e62{s=0/1,p=1}@25e0d41b in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}]
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=1}@25e0d41b started
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@25e0d41b waiting
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1754]@2022-01-10T10:50:53.165091Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=40/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=13}:runFillable:BLOCKING/BLOCKING
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=13}
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@3460adb0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@3460adb0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@3460adb0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:53 165 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=40/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=13}}}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=13}
10.233.70.127 - - [10/Jan/2022:10:50:53 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.20" 14
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=41/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22866757{s=END}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{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.159:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@3460adb0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=42/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@19f6d2fd{null}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@19f6d2fd{null} lost race null
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=42/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=42/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=42/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@31dcbba4[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x059_x\x93W@1\x0f\xFf\x0e\t{:\x0b\xC4\x99^\xE0>>> :2\xC3\xC6\xA3\xD2\xDe\x06...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@2fa78ace task=EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1755]@2022-01-10T10:50:53.167627Z
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@17f8cad6/SelectorProducer@61607ff0/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1755]@2022-01-10T10:50:53.167692Z tryProduce true
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@2fa78ace size 1 > capacity
2022-01-10 10:50:53 167 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@2fa78ace in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 167 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@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9d\xDeV\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9d\xDeV\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 168 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=43/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 168 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-10 10:50:53 168 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=44/30000} filled -1 HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9d\xDeV\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 168 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=44/30000}
2022-01-10 10:50:53 168 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=44/30000}
2022-01-10 10:50:53 169 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=44/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-10 10:50:53 170 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 170 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:53 170 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@66a7d3d9 on ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6839d03b{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=47/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/1 selected
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 1 updates
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@66a7d3d9
2022-01-10 10:50:53 172 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/1,kio=0,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=48/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 173 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=48/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 173 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=48/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 173 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 173 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 1 keys
2022-01-10 10:50:53 174 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@27717da7{SSLC.NBReadCB@133a55ad{SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=FI,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=49/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-10 10:50:53 174 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=50/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@19f6d2fd{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-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@6839d03b{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken with none selected
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 woken up from select, 0/0/0 selected
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 processing 0 keys, 0 updates
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@23a663e7 waiting with 0 keys
2022-01-10 10:50:53 175 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e776a1c in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 176 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=5/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=51/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 176 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=51/30000}
2022-01-10 10:50:53 176 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@133a55ad::SocketChannelEndPoint@3a7d5ad6{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=6/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=52/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 176 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e776a1c in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e776a1c startThread=0
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@19f6d2fd{null}
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=53/30000} parse HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9d\xDeV\x84...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4c16cc00[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x9d\xDeV\x84...\x00\x00\x00\x00\x00\x00\x00}
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-10 10:50:53 177 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=53/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-10 10:50:53 178 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=53/30000}
2022-01-10 10:50:53 178 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=53/30000}
2022-01-10 10:50:53 178 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2a529d71::DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=54/30000} onFillable exit HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-10 10:50:53 179 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.70.159:9102,CLOSED,fill=-,flush=-,to=8/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@133a55ad{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@649bfa00{/10.233.70.127:34914<->/10.233.70.159:9102,CLOSED,fill=-,flush=-,to=54/30000}=>HttpConnection@2a529d71[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22866757{s=START}]=>HttpChannelOverHttp@33b15c1a{s=HttpChannelState@3460adb0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-10 10:50:53 179 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@17c34e62{s=1/1,p=0}@4afcc551 size 1 > capacity
2022-01-10 10:50:53 179 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@17c34e62{s=1/1,p=0}@4afcc551 in InstrumentedQueuedThreadPool[dw]@123c48d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@17c34e62{s=1/1,p=0}]
2022-01-10 10:50:53 617 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-01-10 10:50:53 621 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-10 10:50:53 621 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_317,318,430971792)
2022-01-10 10:50:53 623 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-01-10 10:50:53 626 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-10 10:50:53 626 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-10 10:50:53 626 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-10 10:50:53 627 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-10 10:50:53 627 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-10 10:50:53 627 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-10 10:50:53 628 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-10 10:50:53 628 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-10 10:50:53 629 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:53 629 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:53 630 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-10 10:50:53 631 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-3-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.engine.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:45)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2022-01-10 10:50:53 631 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-01-10 10:50:53 632 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-01-10 10:50:53 638 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-01-10 10:50:53 640 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-01-10 10:50:53 648 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-01-10 10:50:53 648 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@64e212225 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-01-10 10:50:53 651 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-01-10 10:50:53 651 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@6e4492787 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 45}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Mon, 10 Jan 2022 10:50:53 GMT}{Content-Length: 2}
2022-01-10 10:50:53 652 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - No service info is returned from DCAE Consul. Hostname: config-binding-service
2022-01-10 10:50:53 652 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-3-thread-1] invocationID:{InvocationID} - The config-binding-service address is null
2022-01-10 10:50:53 653 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-10 10:50:53 653 DEBUG [org.jvnet.hk2.logger][pool-3-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_318,319,1036761852)
2022-01-10 10:50:53 654 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-01-10 10:50:53 656 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-10 10:50:53 656 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-10 10:50:53 657 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-10 10:50:53 657 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-10 10:50:53 657 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-10 10:50:53 657 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-10 10:50:53 658 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-10 10:50:53 658 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-10 10:50:53 658 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:53 659 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-3-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-10 10:50:53 659 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-3-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-10 10:50:53 660 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-01-10 10:50:53 660 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-3-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvide