Results

By type

          	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)
	... 24 common frames omitted
2021-06-30 11:32:04 136 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2021-06-30 11:32:04 136 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2021-06-30 11:32:04 138 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-6-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2021-06-30 11:32:04 139 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-06-30 11:32:04 140 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-06-30 11:32:04 140 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@59c54b7e5 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2021-06-30 11:32:04 142 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-06-30 11:32:04 142 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-6-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@98d0bbc7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 49}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Wed, 30 Jun 2021 11:32:04 GMT}{Content-Length: 2}
2021-06-30 11:32:04 143 WARN  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
	at java.base/java.util.Objects.checkIndex(Unknown Source)
	at java.base/java.util.ArrayList.get(Unknown Source)
	at com.google.gson.JsonArray.get(JsonArray.java:194)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:64)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:86)
	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)
2021-06-30 11:32:04 143 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - The config-binding-service address is null
2021-06-30 11:32:04 144 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-06-30 11:32:04 144 DEBUG [org.jvnet.hk2.logger][pool-6-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_293,294,1781796832)
2021-06-30 11:32:04 145 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-6-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-06-30 11:32:04 146 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-06-30 11:32:04 146 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-06-30 11:32:04 146 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-06-30 11:32:04 146 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-06-30 11:32:04 147 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-06-30 11:32:04 147 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-06-30 11:32:04 147 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-06-30 11:32:04 147 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-06-30 11:32:04 147 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-30 11:32:04 148 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-6-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-30 11:32:04 148 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-6-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-06-30 11:32:04 148 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-6-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor28.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.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:80)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:88)
	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)
	... 23 common frames omitted
2021-06-30 11:32:04 149 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2021-06-30 11:32:04 149 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-6-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2021-06-30 11:32:04 151 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-6-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2021-06-30 11:32:04 151 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][pool-6-thread-1] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=633d337d-e1f7-474d-88bf-ef390f167c27, referenceCounter=0, store size=0} on thread pool-6-thread-1
2021-06-30 11:32:04 151 WARN  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - URI is not absolute
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.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:80)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:88)
	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)
	... 21 common frames omitted
2021-06-30 11:32:04 151 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-6-thread-1] invocationID:{InvocationID} - The query url is: null/service_component/holmes-engine-mgmt. The corresponding configurations are null
2021-06-30 11:32:04 152 ERROR [org.onap.holmes.engine.dcae.DcaeConfigurationPolling][pool-6-thread-1] invocationID:{InvocationID} - Failed to poll the DCAE configurations. Can not resolve configurations from DCAE. The configuration string is empty.
org.onap.holmes.common.exception.CorrelationException: Can not resolve configurations from DCAE. The configuration string is empty.
	at org.onap.holmes.common.dcae.utils.DcaeConfigurationParser.parse(DcaeConfigurationParser.java:44)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:28)
	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)
2021-06-30 11:32:04 366 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@237261fe] obtained in 0 millis
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4da7a7bc, maxRows=1, fetchSize=0, flags=16
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_284)
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_285,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_285,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-06-30 11:32:04 366 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-06-30 11:32:04 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-06-30 11:32:04 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-06-30 11:32:04 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-06-30 11:32:04 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?
2021-06-30 11:32:04 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-06-30 11:32:04 368 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@237261fe] released
2021-06-30 11:32:04 368 WARN  [org.onap.holmes.engine.manager.status.EntityStatusRefreshTask][EntityStatusRefreshTimer] invocationID:{InvocationID} - Failed to update engine instance information.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", located:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", rewritten:"/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?", arguments:{ positional:{}, named:{id:'holmes-engine-mgmt_9201'}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.first(Query.java:273)
	at org.skife.jdbi.v2.Query.first(Query.java:264)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$SingleValueResultReturnThing.result(ResultReturnThing.java:110)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46)
	at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41)
	at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224)
	at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133)
	at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$cbf3b87.getEntity()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getEntity(EngineEntityServiceImpl.java:40)
	at org.onap.holmes.engine.manager.status.EntityStatusRefreshTask.run(EntityStatusRefreshTask.java:73)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor30.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.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy70.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 13 common frames omitted
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@542f8aaa on ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:07 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@542f8aaa
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@542f8aaa startThread=0
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@542f8aaa in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@19a5f228
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=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@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:07 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@4c962511{AC.ReadCB@1b067e39{HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1be3de47 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:07 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1be3de47
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@542f8aaa in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34384], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1745]@2021-06-30T11:32:07.814717Z
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@4298f6cd offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1745]@2021-06-30T11:32:07.814765Z
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@6e3581e1 startThread=0
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@4298f6cd task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1745]@2021-06-30T11:32:07.814849Z
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1745]@2021-06-30T11:32:07.81489Z tryProduce true
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@6e3581e1 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1745]@2021-06-30T11:32:07.814869Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@6e3581e1 started
2021-06-30 11:32:07 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@6e3581e1 waiting
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@4c962511{AC.ReadCB@1b067e39{HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@612303bd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9au\xBa\x04\x96\x00}U\x93\xCf\xC6\x1a\xD6\x19...\x96F\xFa@\x1146\xDe{[\xB1\x85b%~\xDf\xEd,r\x04\xC1\x06f>>>\xDd\x0c\x9c\x91\xD6X\x1e\xDa\x1d...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 6 HeapByteBuffer@612303bd[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x9au\xBa\x04...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=6
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 367 HeapByteBuffer@612303bd[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9au\xBa\x04\x96\x00}U\x93\xCf\xC6\x1a\xD6\x19...\xA3\xCei\xC9N\nr\xAdw\xA1Z\xF7\x13\xAe\xDa\xAe\\\xF6\xB7\xCe\xF2MD>>>\x15\xA0\x92\xA5\xE7)\xF6\xDa\x9f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=367
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:07 821 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@19a5f228
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-30 11:32:07 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=12/30000}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@4c962511{AC.ReadCB@1b067e39{HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1be3de47 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:07 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1be3de47
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@493eb1c6 size 1 > capacity
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@493eb1c6 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34384], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1746]@2021-06-30T11:32:07.826444Z
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@6e3581e1 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1746]@2021-06-30T11:32:07.826483Z
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@509aea45 startThread=0
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@6e3581e1 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1746]@2021-06-30T11:32:07.826563Z
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@509aea45 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@509aea45 started
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1746]@2021-06-30T11:32:07.826617Z tryProduce true
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@509aea45 waiting
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1746]@2021-06-30T11:32:07.826601Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4c962511{AC.ReadCB@1b067e39{HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 231 HeapByteBuffer@612303bd[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005;\xF5'D6\xB3\x0c\xB8\xAb:\xE3 \xA3\x85q\x06\x8e\x04\x80\xC5...\xE4#N\x02\x11\xDeI\xD8\xB1\xC1#n)\xC27w\xB5\xE9-\xE9 2\xF7>>>\x90wT{\x96\xD3$JJ...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=231
2021-06-30 11:32:07 827 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.68.2:34384, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#k\xC2\xDc\x87...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\xCf\x0b\xD0\xA9\x0f\x9c\x06<<<\x17\x03\x03\x00\xA8\xFe\xC8\x03u\xEc\x0eM\xA2\x15\x81h\xD3\x1dr\xFd\x02JQ.\x8a...\xE4#N\x02\x11\xDeI\xD8\xB1\xC1#n)\xC27w\xB5\xE9-\xE9 2\xF7>>>\x90wT{\x96\xD3$JJ...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xDb\x8e?\x0c~\x87\x07\xD5\xD6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xDb\x8e?\x0c~\x87\x07\xD5\xD6...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b067e39[p=HttpParser{s=START,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xDb\x8e?\x0c~\x87\x07\xD5\xD6...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xDb\x8e?\x0c~\x87\x07\xD5\xD6...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xDb\x8e?\x0c~\x87\x07\xD5\xD6...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-30 11:32:07 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.68.98:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.68.98 with SNI null
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@5908df5d in null
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-30 11:32:07 828 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2021-06-30 11:32:07 828 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-30 11:32:07 828 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 0ae3c999-0c9e-46c2-88e1-07a1685479f4
2021-06-30 11:32:07 828 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-30 11:32:07 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:07 829 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@5908df5d
2021-06-30 11:32:07 829 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@6f19de00 exclude no deflater
2021-06-30 11:32:07 829 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@ed2fad5[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@91de188{null}
2021-06-30 11:32:07 829 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@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Wed, 30 Jun 2021 11:32:07 GMT
X-TransactionID: 0ae3c999-0c9e-46c2-88e1-07a1685479f4
X-InvocationID: 3c4c3abd-888d-4d61-af3c-d797072b52e0
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:07 829 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@16f035c1[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@373810c1] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-30 11:32:07 829 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@ed2fad5[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 829 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 30 Jun 2021 11:32:07 GMT
X-TransactionID: 0ae3c999-0c9e-46c2-88e1-07a1685479f4
X-InvocationID: 3c4c3abd-888d-4d61-af3c-d797072b52e0
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:07 829 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-30 11:32:07 829 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@16f035c1[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@373810c1] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-30 11:32:07 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2e2550a1{IDLE}->null [HeapByteBuffer@2993a485[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@ed2fad5[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2e2550a1{WRITING}->null:IDLE-->WRITING
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=COMPLETING}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2993a485[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@ed2fad5[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-30 11:32:07 830 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
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=COMPLETING}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=COMPLETING}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2e2550a1{WRITING}->null
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2e2550a1{IDLE}->null:WRITING-->IDLE
2021-06-30 11:32:07 830 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@16f035c1[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@373810c1] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:07 830 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@16f035c1[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@373810c1] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:07 830 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
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:07 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}}}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 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@1be3de47 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:07 831 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=20b173dd-cb1b-49e6-be2d-e625e6aa1a5d, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1be3de47
2021-06-30 11:32:07 831 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@1c848988{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1c848988{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@1c848988{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@1c848988{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1c848988{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:07 831 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@1c848988{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
10.233.68.2 - - [30/Jun/2021:11:32:07 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@612303bd[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xD8\xF6\x97_A\xB0\x9f\x9e\xAe{\xA7\x7f\xB6(\x98\x1d{\xB4 >>>\xCa\x9e\x98DxJ\x9f\xA9%...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2021-06-30 11:32:07 832 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 832 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@64496d0c{SSLC.NBReadCB@7e802aa8{SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.98:9102 remote=/10.233.68.2:34384], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e802aa8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@46702439{s=END}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=,age=3} 
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@4c962511{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=1 updates=0
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4852f54c startThread=0
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@4c962511{null}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4852f54c in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:07 833 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@1b067e39::DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@7e802aa8::SocketChannelEndPoint@8c72edd{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7e802aa8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2d04fd03{/10.233.68.2:34384<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b067e39[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@46702439{s=START}]=>HttpChannelOverHttp@69019c45{s=HttpChannelState@1c848988{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@4298f6cd size 1 > capacity
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@4298f6cd in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:07 834 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4852f54c in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@1eeee42a on ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@1eeee42a
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@1eeee42a startThread=0
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@1eeee42a in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-29] invocationID:{InvocationID} - SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-29] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@2cc5838d
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - new HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=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@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - New HTTP Connection HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:17 812 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@4dd3c2e5{AC.ReadCB@54817f2{HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Created SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@1eeee42a in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:17 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34454], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1747]@2021-06-30T11:32:17.814132Z
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@509aea45 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1747]@2021-06-30T11:32:17.814186Z
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@349a4fa0 startThread=0
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@349a4fa0 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1747]@2021-06-30T11:32:17.814256Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@349a4fa0 started
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@509aea45 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1747]@2021-06-30T11:32:17.81431Z
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@349a4fa0 waiting
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1748]@2021-06-30T11:32:17.81434Z tryProduce true
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4dd3c2e5{AC.ReadCB@54817f2{HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@612303bd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03p\xAc\xCb?"%\xC2\x89xv\xA2tM\x86...g\x9c\xF8@\xFc\xF7\x81\xAe'@3\xB9.!\x89\xDf\xA0\xBe\xE4r\x81\xB4C>>>\x92\x99\xB6\xFdy2:\xDb\x9f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2021-06-30 11:32:17 814 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:17 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@612303bd[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03p\xAc\xCb?...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@612303bd[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03p\xAc\xCb?"%\xC2\x89xv\xA2tM\x86...E\nw\x9c"\xCf\xF6\xD4TiR\x91\xD1\xFdvAd\xDdQ\x11#Q\x08>>>\x15\xA0\x92\xA5\xE7)\xF6\xDa\x9f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:17 837 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_293,294,1781796832)
2021-06-30 11:32:17 837 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_293,294,1781796832) has been shutdown
2021-06-30 11:32:17 840 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_288,289,1624072704)
2021-06-30 11:32:17 840 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_288,289,1624072704) has been shutdown
2021-06-30 11:32:17 841 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_292,293,1206367277)
2021-06-30 11:32:17 841 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_292,293,1206367277) has been shutdown
2021-06-30 11:32:17 842 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_289,290,1363675690)
2021-06-30 11:32:17 842 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_289,290,1363675690) has been shutdown
2021-06-30 11:32:17 844 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_291,292,1987621475)
2021-06-30 11:32:17 844 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_291,292,1987621475) has been shutdown
2021-06-30 11:32:17 845 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_290,291,1767120327)
2021-06-30 11:32:17 845 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_290,291,1767120327) has been shutdown
2021-06-30 11:32:17 845 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@2cc5838d
2021-06-30 11:32:17 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:17 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=17/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=35/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:17 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:17 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=18/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=35/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000} filled 0 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=36/30000}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4dd3c2e5{AC.ReadCB@54817f2{HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@6e3581e1 size 1 > capacity
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@6e3581e1 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34454], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1748]@2021-06-30T11:32:17.850987Z
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@349a4fa0 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1748]@2021-06-30T11:32:17.851057Z
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7e6d2cf4 startThread=0
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@349a4fa0 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1748]@2021-06-30T11:32:17.851233Z
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1748]@2021-06-30T11:32:17.851179Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7e6d2cf4 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@7e6d2cf4 started
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.851297Z tryProduce true
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@7e6d2cf4 waiting
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4dd3c2e5{AC.ReadCB@54817f2{HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 231 HeapByteBuffer@612303bd[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\xBd\xBd\x06pC\x1d\xDf\xD8w\xC3b\xB8\x84\xD49\xE5\xD7\xF2\x1ed...\xA0\xF9\xC2\x8b\x08l\xFc\xA6\xB9\x1b\xDf\xE0\xB25/\xA5)\xC1`{\xD7\xDbt>>>R[\xA3R?\xF1;k\x81...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=231
2021-06-30 11:32:17 852 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.68.2:34454, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFb\xCa\xB5_...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...tj\xEdf\xFc\t\xA0<<<\x17\x03\x03\x00\xA8L\x7f\x8c\xD4\x87\t\x19\x8d\x88\xC2\xE3\x82G1:T-x\x8ac...\xA0\xF9\xC2\x8b\x08l\xFc\xA6\xB9\x1b\xDf\xE0\xB25/\xA5)\xC1`{\xD7\xDbt>>>R[\xA3R?\xF1;k\x81...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\x04^\x1d\xBa`_m\x7f'...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\x04^\x1d\xBa`_m\x7f'...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@54817f2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\x04^\x1d\xBa`_m\x7f'...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\x04^\x1d\xBa`_m\x7f'...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\x04^\x1d\xBa`_m\x7f'...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.68.98:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.68.98 with SNI null
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@3ac0c0cd in null
2021-06-30 11:32:17 853 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-30 11:32:17 854 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-06-30 11:32:17 854 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-30 11:32:17 854 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 596d2024-c915-4c16-b2d5-f1b9fef8b131
2021-06-30 11:32:17 854 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-30 11:32:17 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:17 855 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@3ac0c0cd
2021-06-30 11:32:17 855 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@64694542 exclude no deflater
2021-06-30 11:32:17 855 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6142f99c[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@765f73cc{null}
2021-06-30 11:32:17 855 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@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 30 Jun 2021 11:32:17 GMT
X-TransactionID: 596d2024-c915-4c16-b2d5-f1b9fef8b131
X-InvocationID: db22b8fd-4717-4fa9-acaf-796e83f2e1b6
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:17 855 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@4aa51362[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64c80c21] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-30 11:32:17 855 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@6142f99c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 855 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 30 Jun 2021 11:32:17 GMT
X-TransactionID: 596d2024-c915-4c16-b2d5-f1b9fef8b131
X-InvocationID: db22b8fd-4717-4fa9-acaf-796e83f2e1b6
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:17 855 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-30 11:32:17 856 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@4aa51362[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64c80c21] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@1230973d{IDLE}->null [HeapByteBuffer@2993a485[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@6142f99c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1230973d{WRITING}->null:IDLE-->WRITING
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=COMPLETING}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2993a485[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6142f99c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=COMPLETING}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=COMPLETING}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@1230973d{WRITING}->null
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1230973d{IDLE}->null:WRITING-->IDLE
2021-06-30 11:32:17 856 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@4aa51362[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64c80c21] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:17 856 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@4aa51362[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64c80c21] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=6/30000}
2021-06-30 11:32:17 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:17 857 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 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@71ba598c on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c
2021-06-30 11:32:17 858 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=585c7e26-8f69-43a5-b0f6-0ec7ddd53813, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:17 858 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.98:9102 remote=/10.233.68.2:34454], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@7eae60a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7eae60a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=END}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@7eae60a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.858532Z
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@7eae60a{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7eae60a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@7e6d2cf4 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.858602Z
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5c7560ee startThread=0
10.233.68.2 - - [30/Jun/2021:11:32:17 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5c7560ee in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@5c7560ee started
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5c7560ee waiting
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7e6d2cf4 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.858793Z
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@7eae60a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.858904Z tryProduce true
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1749]@2021-06-30T11:32:17.858881Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:17 858 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@612303bd[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xD8isx\xC8\x9f\x05\x07o'\x1b\x86*\xCb\x94\xC3\xB0r\x18>>>E\xDa&B\x00\x0f]\xDf\xA3...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=9/30000}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@8e1bb2a{SSLC.NBReadCB@11ed09eb{SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@4dd3c2e5{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f7c47a4 startThread=0
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@4dd3c2e5{null}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f7c47a4 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@509aea45 size 1 > capacity
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@509aea45 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@54817f2::DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f7c47a4 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=76/30000}
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=76/30000}
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@71ba598c
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@11ed09eb::SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=67/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=76/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@4dd3c2e5{null}
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@4dd3c2e5{null} lost race null
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.68.98:9102,CLOSED,fill=-,flush=-,to=67/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=76/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@349a4fa0 size 1 > capacity
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@349a4fa0 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:17 926 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=67/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=77/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=67/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=77/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@75eee2fb{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=67/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@11ed09eb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5112536{/10.233.68.2:34454<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=77/30000}=>HttpConnection@54817f2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4167776a{s=START}]=>HttpChannelOverHttp@5a89c70f{s=HttpChannelState@7eae60a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:17 927 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:17 927 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 0 keys
2021-06-30 11:32:19 366 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7af99a7d] obtained in 0 millis
2021-06-30 11:32:19 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@1866a18c, maxRows=1, fetchSize=0, flags=16
2021-06-30 11:32:19 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_285)
2021-06-30 11:32:19 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_286,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-06-30 11:32:19 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_286,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-06-30 11:32:19 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-06-30 11:32:19 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-06-30 11:32:19 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-06-30 11:32:19 369 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-06-30 11:32:19 369 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-06-30 11:32:19 369 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-06-30 11:32:19 369 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?
2021-06-30 11:32:19 369 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-06-30 11:32:19 370 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7af99a7d] released
2021-06-30 11:32:19 370 WARN  [org.onap.holmes.engine.manager.status.EntityStatusRefreshTask][EntityStatusRefreshTimer] invocationID:{InvocationID} - Failed to update engine instance information.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", located:"SELECT * FROM ENGINE_ENTITY WHERE ID = :id", rewritten:"/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?", arguments:{ positional:{}, named:{id:'holmes-engine-mgmt_9201'}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.first(Query.java:273)
	at org.skife.jdbi.v2.Query.first(Query.java:264)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$SingleValueResultReturnThing.result(ResultReturnThing.java:110)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46)
	at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41)
	at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224)
	at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133)
	at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$cbf3b87.getEntity()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getEntity(EngineEntityServiceImpl.java:40)
	at org.onap.holmes.engine.manager.status.EntityStatusRefreshTask.run(EntityStatusRefreshTask.java:73)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 47
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor30.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.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy70.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 13 common frames omitted
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@302ef1b2 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@302ef1b2
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@302ef1b2 startThread=0
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 084 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@302ef1b2 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-29] invocationID:{InvocationID} - SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-29] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@588b938a
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - new HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=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@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - New HTTP Connection HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 085 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae
2021-06-30 11:32:25 086 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Created SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@302ef1b2 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34512], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1750]@2021-06-30T11:32:25.08751Z
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@5c7560ee offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1750]@2021-06-30T11:32:25.087589Z
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@1ab1f575 startThread=0
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5c7560ee task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1750]@2021-06-30T11:32:25.087784Z
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@1ab1f575 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1750]@2021-06-30T11:32:25.087876Z tryProduce true
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@1ab1f575 started
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@1ab1f575 waiting
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1750]@2021-06-30T11:32:25.087816Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 087 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@612303bd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03m\x88s\xB3\xD5\x89i!_\xFbI\xD2\x0cc...J\xF4\xB7=\xE8\xFa\xFc\xE7\xAd\xF2\xD4\x99?\\-\xC0\xDc\x8cWxV\xA3w>>>\x1d\xC5oCJC~\xA7\xC8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2021-06-30 11:32:25 088 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 6 HeapByteBuffer@612303bd[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03m\x88s\xB3...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=6
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 089 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000} filled 0 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@7e6d2cf4 size 1 > capacity
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@7e6d2cf4 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:25 090 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34512], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1751]@2021-06-30T11:32:25.091144Z
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@1ab1f575 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1751]@2021-06-30T11:32:25.091195Z
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5f1b8fba startThread=0
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5f1b8fba in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@1ab1f575 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1751]@2021-06-30T11:32:25.09132Z
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@5f1b8fba started
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5f1b8fba waiting
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1751]@2021-06-30T11:32:25.091417Z tryProduce true
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1751]@2021-06-30T11:32:25.091386Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@612303bd[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03m\x88s\xB3\xD5\x89i!_\xFbI\xD2\x0cc...\\\xFdd\x99\x8c\r\xE8\xAev\x97\xBb\t;\r\xDd\xF5\x0c\xD7\x1ep\x0c\xEdg>>>\x15\xA0\x92\xA5\xE7)\xF6\xDa\x9f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 091 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:25 095 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@588b938a
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:25 098 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
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:25 098 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
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:25 098 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
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:25 098 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 098 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:25 099 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000} filled 0 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:25 099 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5c7560ee size 1 > capacity
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5c7560ee in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34512], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1752]@2021-06-30T11:32:25.100443Z
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@5f1b8fba offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1752]@2021-06-30T11:32:25.100484Z
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@53bac8c5 startThread=0
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@5f1b8fba task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1752]@2021-06-30T11:32:25.100553Z
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@53bac8c5 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@53bac8c5 started
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1752]@2021-06-30T11:32:25.10061Z tryProduce true
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@53bac8c5 waiting
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1752]@2021-06-30T11:32:25.100594Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@3a7354d4{AC.ReadCB@14652138{HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 100 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 231 HeapByteBuffer@612303bd[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005H\xEc\xEd\x99K\xAc\x9e\xFf\x91\xB4\x08\x9f\x08.\x8ef(\xB4gC...=\xD6\x14>\xBc?!\x90\xDem\x11\x05\x1arVF]8i\xEa\xD5%\xBa>>>\xAd\xA4\xFa"\xE7\x02sp\x0f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=231
2021-06-30 11:32:25 101 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.68.2:34512, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC1\xDdD\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...0\xE9K4'\xF5B<<<\x17\x03\x03\x00\xA8U\xFb\xEd\xF0\xD2\xE9D\xD1\x9d\x98n\x95W7\xAch\xBc\xD0V\xC7...=\xD6\x14>\xBc?!\x90\xDem\x11\x05\x1arVF]8i\xEa\xD5%\xBa>>>\xAd\xA4\xFa"\xE7\x02sp\x0f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 101 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xCe\x90D\x9f\x13p\xF0\xDcj...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xCe\x90D\x9f\x13p\xF0\xDcj...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@14652138[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xCe\x90D\x9f\x13p\xF0\xDcj...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xCe\x90D\x9f\x13p\xF0\xDcj...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>\xCe\x90D\x9f\x13p\xF0\xDcj...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.68.98:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.68.98 with SNI null
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@2e02ae74 in null
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-30 11:32:25 102 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2021-06-30 11:32:25 102 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-30 11:32:25 102 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e4bb83cd-6087-4909-b9e5-a83d54dc1a6a
2021-06-30 11:32:25 102 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-30 11:32:25 102 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@2e02ae74
2021-06-30 11:32:25 104 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@748fdb99 exclude no deflater
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@120e7de7[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@17776383{null}
2021-06-30 11:32:25 104 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@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 30 Jun 2021 11:32:25 GMT
X-TransactionID: e4bb83cd-6087-4909-b9e5-a83d54dc1a6a
X-InvocationID: 9f151da2-ff7a-435d-8a15-3bab84318a7a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:25 104 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@2c3d0e17[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26645b1a] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-30 11:32:25 104 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@120e7de7[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 30 Jun 2021 11:32:25 GMT
X-TransactionID: e4bb83cd-6087-4909-b9e5-a83d54dc1a6a
X-InvocationID: 9f151da2-ff7a-435d-8a15-3bab84318a7a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-30 11:32:25 104 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@2c3d0e17[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26645b1a] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@47e4eb74{IDLE}->null [HeapByteBuffer@2993a485[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@120e7de7[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@47e4eb74{WRITING}->null:IDLE-->WRITING
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=COMPLETING}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2993a485[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@120e7de7[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-30 11:32:25 104 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
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=COMPLETING}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:25 104 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=COMPLETING}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@47e4eb74{WRITING}->null
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@47e4eb74{IDLE}->null:WRITING-->IDLE
2021-06-30 11:32:25 105 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@2c3d0e17[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26645b1a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:25 105 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@2c3d0e17[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26645b1a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=5/30000}
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:25 105 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
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:25 105 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:25 106 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@4aaa67ae on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae
2021-06-30 11:32:25 106 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=40d77272-ee96-4a09-a8f9-6b93664bc972, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 106 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:25 106 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.68.98:9102 remote=/10.233.68.2:34512], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@7ee31f49{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7ee31f49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@14652138[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1d199507{s=END}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@7ee31f49{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@7ee31f49{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7ee31f49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1753]@2021-06-30T11:32:25.107338Z
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@53bac8c5 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1753]@2021-06-30T11:32:25.107382Z
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7d20692a startThread=0
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@53bac8c5 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1753]@2021-06-30T11:32:25.107482Z
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@7ee31f49{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7d20692a in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
10.233.68.2 - - [30/Jun/2021:11:32:25 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@7d20692a started
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@7d20692a waiting
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1753]@2021-06-30T11:32:25.10754Z tryProduce true
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@612303bd[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF8\xAc\x14\r\x13\xD5lu`\xD1.\xCf\xFai?\xC1y\x9cs>>>\xD9\x02\xFa\x11\x92F\xAa;\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1753]@2021-06-30T11:32:25.107686Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:25 107 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 107 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@1ab1f575 size 1 > capacity
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@1ab1f575 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@4aaa67ae
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@722ce43{SSLC.NBReadCB@7b66d475{SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@3a7354d4{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@59addbab startThread=0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@3a7354d4{null}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 0 updates
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 0 keys
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@59addbab in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@3a7354d4{null}
2021-06-30 11:32:25 108 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@3a7354d4{null} lost race null
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5f1b8fba size 1 > capacity
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@5f1b8fba in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose HttpConnection@14652138::DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose SslConnection@7b66d475::SocketChannelEndPoint@b9cacf6{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@7b66d475{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1076f77f{/10.233.68.2:34512<->/10.233.68.98:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@14652138[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1d199507{s=START}]=>HttpChannelOverHttp@5d364b5a{s=HttpChannelState@7ee31f49{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:25 109 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@59addbab in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:27 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@6e5064d1 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@59c00010-EngineDActiveApp@70819ba8{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/0 selected
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@6e5064d1
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@6e5064d1 startThread=0
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@6e5064d1 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-30 11:32:27 812 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@b83dd86
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=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@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@6336c54b{AC.ReadCB@6849bcb4{HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@463f7985{SSLC.NBReadCB@4c7486dd{SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2e154df1 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2e154df1
2021-06-30 11:32:27 813 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@6e5064d1 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34536], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1754]@2021-06-30T11:32:27.814775Z
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@7d20692a offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1754]@2021-06-30T11:32:27.814846Z
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:27 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@4157c010 startThread=0
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@7d20692a task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1754]@2021-06-30T11:32:27.814994Z
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@4157c010 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@4157c010 started
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1754]@2021-06-30T11:32:27.815078Z tryProduce true
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@4157c010 waiting
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1754]@2021-06-30T11:32:27.815029Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@463f7985{SSLC.NBReadCB@4c7486dd{SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@6336c54b{AC.ReadCB@6849bcb4{HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 261 HeapByteBuffer@612303bd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03p#)\x84\xF6\xD3{m\\tV\xBbs\xA4...9\x9f\xE3\x87\xA8\x8d\xD64\xA9\xD1\x7f=\x0bC\x0f\xC1L\xB4\xF0&\xDb\x85\x07>>>\x1d\xA1\xB5\xDb\xAc\xA2\x92\xC3`...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=261
2021-06-30 11:32:27 815 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill starting handshake SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:27 816 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 373 HeapByteBuffer@612303bd[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03p#)\x84\xF6\xD3{m...\xBe\xC0P\xC8\xC8\x05\x00\xE3\x91\xD5\xB7\x88VR\xB0z`v\xE4\xEf\x9ae\xD0>>>\xF6\xDa\x9f\x0bu\xF0\x98k\x86...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=373
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03p#)\x84\xF6\xD3{m\\tV\xBbs\xA4...\xBe\xC0P\xC8\xC8\x05\x00\xE3\x91\xD5\xB7\x88VR\xB0z`v\xE4\xEf\x9ae\xD0>>>\xF6\xDa\x9f\x0bu\xF0\x98k\x86...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 817 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK
2021-06-30 11:32:27 820 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@b83dd86
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:27 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 824 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=11/30000}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@6336c54b{AC.ReadCB@6849bcb4{HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@463f7985{SSLC.NBReadCB@4c7486dd{SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2e154df1 on ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@25b8f9d2{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken with none selected
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 0/0/1 selected
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 0 keys, 1 updates
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2e154df1
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@53bac8c5 size 1 > capacity
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@6b52a40{s=1/1,p=0}@53bac8c5 in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}]
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b woken up from select, 1/1/1 selected
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b processing 1 keys, 0 updates
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.98:9102 remote=/10.233.68.2:34536], selector=sun.nio.ch.EPollSelectorImpl@7f51684b, interestOps=1, readyOps=1 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-30 11:32:27 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0} tryExecute EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1755]@2021-06-30T11:32:27.826146Z
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=0}@4157c010 offer EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1755]@2021-06-30T11:32:27.82618Z
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1} startReservedThread p=1
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@6b52a40{s=0/1,p=1}@213668dc startThread=0
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@6b52a40{s=0/1,p=1}@213668dc in InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}]
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=0/1,p=1}@4157c010 task=EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1755]@2021-06-30T11:32:27.826304Z
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=1}@213668dc started
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@6b52a40{s=1/1,p=0}@213668dc waiting
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1755]@2021-06-30T11:32:27.826338Z tryProduce true
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2a9565d7/SelectorProducer@5c7a06ec/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@470f0637{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@6b52a40{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1755]@2021-06-30T11:32:27.826261Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7f51684b waiting with 1 keys
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@463f7985{SSLC.NBReadCB@4c7486dd{SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@6336c54b{AC.ReadCB@6849bcb4{HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 231 HeapByteBuffer@612303bd[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005$h\xC4Z\xE6\x90CS\x0b\xA3?\xFa\\[2vh\xD3\xF2"...\xF4\x03>\xA4\xEe\x94\x0b\x12\r[\xE7l\\\xE9\x02 \xEe\x10\xBa\x92\x03;o>>>\x13\x01&\x01"\x0e\xF2\x1a6...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=231
2021-06-30 11:32:27 827 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} -  TLSHandshake: 10.233.68.2:34536, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=231 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=231,c=17408,r=173] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF1\xFe\xBbG...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@612303bd[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\xA0\xB7PD\xC7\xCc\xCb<<<\x17\x03\x03\x00\xA8'\x94\x85\xA8\x87\xA9\x8c'Z@\x9fci\x86q_\x8cl\x92\xE0...\xF4\x03>\xA4\xEe\x94\x0b\x12\r[\xE7l\\\xE9\x02 \xEe\x10\xBa\x92\x03;o>>>\x13\x01&\x01"\x0e\xF2\x1a6...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=231,l=231,c=17408,r=0] unwrapBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>M\xA6\xB1\x92D\x87\x1e\x9c7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>M\xA6\xB1\x92D\x87\x1e\x9c7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@76a1436{s=START}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>M\xA6\xB1\x92D\x87\x1e\x9c7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>M\xA6\xB1\x92D\x87\x1e\x9c7...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@27971f4e[p=0,l=151,c=17408,r=151]={<<>>M\xA6\xB1\x92D\x87\x1e\x9c7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-30 11:32:27 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.68.98:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6849bcb4::DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@6fe4863b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.68.98 with SNI null
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@e3840fb in null
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@d8d9199{/,null,AVAILABLE}
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter logFilter@180f33b2==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-30 11:32:27 828 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering.
2021-06-30 11:32:27 828 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-30 11:32:27 828 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: b8bb29e2-c4a5-43d4-9854-1073dbbae3d5
2021-06-30 11:32:27 828 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35d81657@35d81657==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5d94ac8a@5d94ac8a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-30 11:32:27 828 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-57cff804@e122bb79==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@79fcd194{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck)@e3840fb
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@b2cb69d exclude no deflater
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7c29d506[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@6ecb22d7{null}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 30 Jun 2021 11:32:27 GMT
X-TransactionID: b8bb29e2-c4a5-43d4-9854-1073dbbae3d5
X-InvocationID: 42216e6b-0196-4d93-a802-47b4007e8e3b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@2238986d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4cce5ae9] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7c29d506[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 30 Jun 2021 11:32:27 GMT
X-TransactionID: b8bb29e2-c4a5-43d4-9854-1073dbbae3d5
X-InvocationID: 42216e6b-0196-4d93-a802-47b4007e8e3b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@2238986d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4cce5ae9] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@7e7d3793{IDLE}->null [HeapByteBuffer@2993a485[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@7c29d506[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7e7d3793{WRITING}->null:IDLE-->WRITING
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=COMPLETING}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2993a485[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7c29d506[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=COMPLETING}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=COMPLETING}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@7e7d3793{WRITING}->null
2021-06-30 11:32:27 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7e7d3793{IDLE}->null:WRITING-->IDLE
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@2238986d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4cce5ae9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@2238986d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4cce5ae9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=4/30000}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@37087ede[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4c7486dd::SocketChannelEndPoint@497b77c1{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c7486dd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7d332179{/10.233.68.2:34536<->/10.233.68.98:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@6849bcb4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@76a1436{s=END}]=>HttpChannelOverHttp@7a6bce5e{s=HttpChannelState@6fe4863b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.68.98:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-06-30 11:32:27 830 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@463f7985{SSLC.NBReadCB@4c7486dd{Ss