Results

By type

          2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3bf18ba4, maxRows=1, fetchSize=0, flags=16
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_210)
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_211,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_211,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-05-01 22:26:08 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-05-01 22:26:08 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-05-01 22:26:08 494 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-05-01 22:26:08 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-05-01 22:26:08 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?
2021-05-01 22:26:08 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-05-01 22:26:08 495 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1594020b] released
2021-05-01 22:26:08 495 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$$22c24b10.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-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@14bb20b on ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=1
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@14bb20b
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@14bb20b startThread=0
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@14bb20b in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-05-01 22:26:09 186 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1947ac
2021-05-01 22:26:09 187 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:09 187 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:09 187 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@75d49e07{AC.ReadCB@3c37fd94{HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@14bb20b in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:09 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57282], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1836]@2021-05-01T22:26:09.189807Z
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@1381dea5 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1836]@2021-05-01T22:26:09.189899Z
2021-05-01 22:26:09 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@22ce8d58 startThread=0
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@1381dea5 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1836]@2021-05-01T22:26:09.190037Z
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1836]@2021-05-01T22:26:09.190101Z tryProduce true
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1836]@2021-05-01T22:26:09.190083Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 190 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@75d49e07{AC.ReadCB@3c37fd94{HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@22ce8d58 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7f8b2356[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03bx\xE5_+p\xDb4\xFbm9y\xA0~...\xE2x\xFc\x92\x10A\xAa\x08A\xD3\x87X\x9b\x11\x03\xC5>O\x96\xA4\xD0\x83->>>|5\x85X\xFb"\xBc\xC1\xE1...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@22ce8d58 started
2021-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 191 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@22ce8d58 waiting
2021-05-01 22:26:09 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:09 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 6 HeapByteBuffer@7f8b2356[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03bx\xE5_...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=6
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 367 HeapByteBuffer@7f8b2356[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03bx\xE5_+p\xDb4\xFbm9y\xA0~...\xFdM\x92H\xEfVoz\x93\x17\x0c\x1888\\2\xB6\x16\xE2\xDb\x9f\xCa\xFc>>>\xA7n\xA8\x02\xD2\x19(6\x92...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=367
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:09 199 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1947ac
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@75d49e07{AC.ReadCB@3c37fd94{HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@229fe67e size 1 > capacity
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@229fe67e in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:09 202 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57282], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1837]@2021-05-01T22:26:09.203205Z
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@22ce8d58 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1837]@2021-05-01T22:26:09.203271Z
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@796b31d6 startThread=0
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1837]@2021-05-01T22:26:09.203384Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@796b31d6 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@22ce8d58 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1837]@2021-05-01T22:26:09.20348Z
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1838]@2021-05-01T22:26:09.203515Z tryProduce true
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@796b31d6 started
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@796b31d6 waiting
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@75d49e07{AC.ReadCB@3c37fd94{HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 231 HeapByteBuffer@7f8b2356[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\x8c\xDc\x9a:7!\x99#\xCfy:\xFbV\x18\xE8\x95\xF8\xA9\x02\x06...\xF5S\xF8L\n\xCbG\xFd\xDf\x01P\x8a\xD1\xA6\x1c\xCbb\x11\x0f\x1b\xCb!\xC6>>>\xFd36\x95\xD8|iSx...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=231
2021-05-01 22:26:09 204 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.75.233:57282, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-05-01 22:26:09 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#,Tdm...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...y>\xF6\xD1^\xB7?<<<\x17\x03\x03\x00\xA8\x9f\xAb3\x0f\xF5a\x8c\xAc\xC2I\xDe\x1c\xC2\x8cI\xEd\xFb\x00\xFb\xB8...\xF5S\xF8L\n\xCbG\xFd\xDf\x01P\x8a\xD1\xA6\x1c\xCbb\x11\x0f\x1b\xCb!\xC6>>>\xFd36\x95\xD8|iSx...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\x91\xE1\xF43\xA7\xF8|\xA0\x04...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\x91\xE1\xF43\xA7\xF8|\xA0\x04...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\x91\xE1\xF43\xA7\xF8|\xA0\x04...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\x91\xE1\xF43\xA7\xF8|\xA0\x04...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\x91\xE1\xF43\xA7\xF8|\xA0\x04...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.75.54:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-05-01 22:26:09 205 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.75.54 with SNI null
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@40230642 in null
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-05-01 22:26:09 206 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-05-01 22:26:09 206 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-05-01 22:26:09 206 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: bfa88734-ac1b-4696-b028-0853cab04e43
2021-05-01 22:26:09 206 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-05-01 22:26:09 206 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@40230642
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@e896d31 exclude no deflater
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@68312666[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@48744f37{null}
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sat, 01 May 2021 22:26:09 GMT
X-TransactionID: bfa88734-ac1b-4696-b028-0853cab04e43
X-InvocationID: ac4b1be6-792a-4095-afe8-1bee31550159
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@10bd516d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@559856ae] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@68312666[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-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 01 May 2021 22:26:09 GMT
X-TransactionID: bfa88734-ac1b-4696-b028-0853cab04e43
X-InvocationID: ac4b1be6-792a-4095-afe8-1bee31550159
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@10bd516d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@559856ae] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@347b586d{IDLE}->null [HeapByteBuffer@40f9c324[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@68312666[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-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@347b586d{WRITING}->null:IDLE-->WRITING
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=COMPLETING}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@40f9c324[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-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@68312666[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-05-01 22:26:09 208 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=COMPLETING}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=COMPLETING}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@347b586d{WRITING}->null
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@347b586d{IDLE}->null:WRITING-->IDLE
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@10bd516d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@559856ae] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@10bd516d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@559856ae] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:09 209 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 210 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=396d6b05-ab4f-4a21-a6d3-a8251d65f3b3, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.75.54:9102 remote=/10.233.75.233:57282], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1838]@2021-05-01T22:26:09.210729Z
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@796b31d6 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1838]@2021-05-01T22:26:09.210758Z
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@161b8d6a startThread=0
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1838]@2021-05-01T22:26:09.21085Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING/BLOCKING
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@796b31d6 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1838]@2021-05-01T22:26:09.210889Z
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1839]@2021-05-01T22:26:09.210936Z tryProduce true
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 210 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@161b8d6a in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 210 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@161b8d6a started
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@161b8d6a waiting
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@75d49e07{null}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@75d49e07{null} lost race null
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cb21815{s=END}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@22ce8d58 size 1 > capacity
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@1767906f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@22ce8d58 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1767906f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@1767906f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@1767906f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1767906f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@1767906f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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.75.233 - - [01/May/2021:22:26:09 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@7f8b2356[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13UG\xE6\xEd\xB3D+UM\xD0F\xAc\x01\x0b~\x872E\x92>>>C;i'\xF5\xD6\xFd\xF5\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@79bd4628
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@768c0674{SSLC.NBReadCB@677d187d{SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@75d49e07{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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1ca422 startThread=0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@75d49e07{null}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 0 updates
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 0 keys
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1ca422 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@1767906f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@1381dea5 size 1 > capacity
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@1381dea5 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 212 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@3c37fd94::DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:09 213 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@677d187d::SocketChannelEndPoint@42346d6a{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@677d187d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7659f0d4{/10.233.75.233:57282<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3c37fd94[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cb21815{s=START}]=>HttpChannelOverHttp@338d139c{s=HttpChannelState@1767906f{s=IDLE rs=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-05-01 22:26:09 213 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1ca422 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3ed35f35 on ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=1
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@3ed35f35
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@3ed35f35 startThread=0
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 038 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@3ed35f35 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 039 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-05-01 22:26:19 039 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 039 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:19 039 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}
2021-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}
2021-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@13469f5b{AC.ReadCB@ce84023{HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 040 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@5d613c48{SSLC.NBReadCB@166afb6b{SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1c11252c on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1c11252c
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@3ed35f35 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.67.219:59222], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 041 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1839]@2021-05-01T22:26:19.042026Z
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@161b8d6a offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1839]@2021-05-01T22:26:19.042265Z
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4e05619d startThread=0
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1839]@2021-05-01T22:26:19.042447Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4e05619d in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@5d613c48{SSLC.NBReadCB@166afb6b{SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@4e05619d started
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4e05619d waiting
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@13469f5b{AC.ReadCB@ce84023{HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 042 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 517 HeapByteBuffer@7f8b2356[p=0,l=517,c=17408,r=517]={<<<\x16\x03\x01\x02\x00\x01\x00\x01\xFc\x03\x035\xAdZ\xE0\xF7\xF0\xF4\n\x84\x9cp\x16\xC2\x87...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>>>>\xEf\x99j5J\x12\xA9\x1f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=517
2021-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=517/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@161b8d6a task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.043533Z
2021-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=517 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 517 bytesProduced = 0 encryptedBuffer=[p=517,l=517,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 043 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.044433Z tryProduce true
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 044 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x02\x00\x01\x00\x01\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 523 HeapByteBuffer@7f8b2356[p=0,l=523,c=17408,r=523]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x02\x00\x01\x00\x01\xFc\x03\x035\xAdZ\xE0\xF7\xF0\xF4\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>>>\x12\xA9\x1f\x88\x99cnj`...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=523
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=523 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=523,c=17408,r=517] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[p=6,l=523,c=17408,r=517]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x02\x00\x01\x00\x01\xFc\x03\x035\xAdZ\xE0\xF7\xF0\xF4\n\x84\x9cp\x16\xC2\x87...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>>>\x12\xA9\x1f\x88\x99cnj`...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 517 bytesProduced = 0 encryptedBuffer=[p=523,l=523,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 045 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/EC on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/EC on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/EC on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/RSASSA-PSS on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/RSASSA-PSS on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias null/RSASSA-PSS on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 051 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@74661db9
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 055 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7f8b2356[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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@13469f5b{AC.ReadCB@ce84023{HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@5d613c48{SSLC.NBReadCB@166afb6b{SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 056 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1c11252c on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@1c11252c
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@796b31d6 size 1 > capacity
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@796b31d6 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.67.219:59222], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 057 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.058039Z
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@4e05619d offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.058179Z
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6069c3f2 startThread=0
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6069c3f2 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4e05619d task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.05841Z
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@6069c3f2 started
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6069c3f2 waiting
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.058548Z tryProduce true
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1840]@2021-05-01T22:26:19.058486Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@5d613c48{SSLC.NBReadCB@166afb6b{SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 058 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@13469f5b{AC.ReadCB@ce84023{HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 58 HeapByteBuffer@7f8b2356[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005r\xAa\xD6b\x82\xFa\xCbb\x0c+\x1d+C;\x91Wr\xD7\xB6\x1d...G\x1a\xE83Tu\x05^\x12\xD7e\x0b\x08HS\xD7\xCfI\xDc:\x177\xEc>>>\xEbh`\x82\xB5\xD7\xD3\xCe\x88...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 059 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=58
2021-05-01 22:26:19 060 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} -  TLSHandshake: 10.233.67.219:59222, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-05-01 22:26:19 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = FINISHED bytesConsumed = 0 bytesProduced = 88 sequenceNumber = 0 [p=0,l=88,c=17408,r=88] ioDone=false/false
2021-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 88 SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownInput SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled -1 HeapByteBuffer@7f8b2356[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=-1
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.75.54:9102,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@ce84023[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> CLOSED
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=8/30000}
2021-05-01 22:26:19 064 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=8/30000}
2021-05-01 22:26:19 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true
2021-05-01 22:26:19 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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-05-01 22:26:19 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000} stored flush exception
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:283)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1283)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1365)
	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.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:233)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1595)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:361)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
	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)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:261)
	... 27 common frames omitted
2021-05-01 22:26:19 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.75.54:9102,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@5d613c48{null}
2021-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 067 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1bbebb startThread=0
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1bbebb in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 0 updates
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 0 keys
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@13469f5b{null}
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@166afb6b::SocketChannelEndPoint@25139bba{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=11/30000}
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=12/30000}
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5e1bbebb in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@ce84023::DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@71508c90{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.75.54:9102,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@166afb6b{NEED_UNWRAP,eio=-1/40,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4827074b{/10.233.67.219:59222<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@ce84023[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63abd13a{s=START}]=>HttpChannelOverHttp@62cf0ae7{s=HttpChannelState@71508c90{s=IDLE rs=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-05-01 22:26:19 068 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@161b8d6a size 1 > capacity
2021-05-01 22:26:19 069 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@161b8d6a in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@7ad6ab75 on ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:19 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=1
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@7ad6ab75
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@7ad6ab75 startThread=0
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@7ad6ab75 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7d470bd7
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:19 186 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@4e68acb{AC.ReadCB@1122b783{HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@168d62ea on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@7ad6ab75 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@168d62ea
2021-05-01 22:26:19 187 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57382], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1841]@2021-05-01T22:26:19.188614Z
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@6069c3f2 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1841]@2021-05-01T22:26:19.188762Z
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@58f85147 startThread=0
2021-05-01 22:26:19 188 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@58f85147 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6069c3f2 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1841]@2021-05-01T22:26:19.188949Z
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@58f85147 started
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@58f85147 waiting
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1841]@2021-05-01T22:26:19.189101Z tryProduce true
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1841]@2021-05-01T22:26:19.189181Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@4e68acb{AC.ReadCB@1122b783{HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-05-01 22:26:19 189 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:19 190 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6e837388[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1a\xC6\xFe\xBc]\x8bb\xDb\xAb\x99\xE6\x08C\xD4...\xE95\xC6|v/x\xC6p,,m\x87\x17\xD3\x08>\x8b\x10M?k\x16>>>\xCd\x83\x7f\x1f\xE5\xB8\t@%...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261
2021-05-01 22:26:19 190 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6e837388[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1a\xC6\xFe\xBc]\x8bb\xDb...2\xA9\xB1\x96n\xBa8-)\x1e\x19\r`\xE7\x90F92\x8f\xAdc\xD0\xB8>>>\x0cZF\x85\x17\x7fk_\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=373
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1a\xC6\xFe\xBc]\x8bb\xDb\xAb\x99\xE6\x08C\xD4...2\xA9\xB1\x96n\xBa8-)\x1e\x19\r`\xE7\x90F92\x8f\xAdc\xD0\xB8>>>\x0cZF\x85\x17\x7fk_\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:19 199 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@7d470bd7
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[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-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=17/30000}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=17/30000}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@4e68acb{AC.ReadCB@1122b783{HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@168d62ea on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@168d62ea
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4e05619d size 1 > capacity
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4e05619d in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:19 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57382], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1842]@2021-05-01T22:26:19.205431Z
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@58f85147 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1842]@2021-05-01T22:26:19.205517Z
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5009676c startThread=0
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@58f85147 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1842]@2021-05-01T22:26:19.205664Z
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5009676c in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@5009676c started
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1842]@2021-05-01T22:26:19.205852Z tryProduce true
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1842]@2021-05-01T22:26:19.205762Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5009676c waiting
2021-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4e68acb{AC.ReadCB@1122b783{HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 231 HeapByteBuffer@6e837388[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\xDb\x99\x96\xBd\xC7\xB5\xCc\x02'\xB7\xE4\xB0\xF6I\xC1\x86\x0f\xB8Q\xFf...\xEe\x10\xA2\x83\x938X(\xB8k\x85r\xC4\xEf\xBe\xAc\x1a\x97\xEd\xF6\xAac\xC0>>>\x13\x01m\xC6l\xD2\x02^\xF1...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=231
2021-05-01 22:26:19 207 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.75.233:57382, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-05-01 22:26:19 207 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\x02\x04\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:19 207 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\xF0\xA6\x15\xD0V\xCa\x9e<<<\x17\x03\x03\x00\xA8\xAd\xDb8s\xC0\xC5\xC2a\xCc\x95e\xD3\xE7\xD8\xF7F\xEb\x97\xF7\x9f...\xEe\x10\xA2\x83\x938X(\xB8k\x85r\xC4\xEf\xBe\xAc\x1a\x97\xEd\xF6\xAac\xC0>>>\x13\x01m\xC6l\xD2\x02^\xF1...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:19 207 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@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\xAf\x18\xD6 \xEau\xA5e7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\xAf\x18\xD6 \xEau\xA5e7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1122b783[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\xAf\x18\xD6 \xEau\xA5e7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\xAf\x18\xD6 \xEau\xA5e7...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>\xAf\x18\xD6 \xEau\xA5e7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.75.54:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.75.54 with SNI null
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@edaf586 in null
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:19 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-05-01 22:26:19 209 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2021-05-01 22:26:19 209 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-05-01 22:26:19 209 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 1f97a6cf-410f-4b33-969b-351257f386d0
2021-05-01 22:26:19 209 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2021-05-01 22:26:19 209 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-05-01 22:26:19 209 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-05-01 22:26:19 209 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:19 210 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@edaf586
2021-05-01 22:26:19 210 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@42535a16 exclude no deflater
2021-05-01 22:26:19 210 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@8e9ffeb[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@13c0db9d{null}
2021-05-01 22:26:19 210 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@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sat, 01 May 2021 22:26:19 GMT
X-TransactionID: 1f97a6cf-410f-4b33-969b-351257f386d0
X-InvocationID: 63ead567-d4a3-465f-91da-e0a0fe99d397
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:19 210 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@4aef7aa6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12b40a07] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-05-01 22:26:19 210 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@8e9ffeb[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-05-01 22:26:19 210 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 01 May 2021 22:26:19 GMT
X-TransactionID: 1f97a6cf-410f-4b33-969b-351257f386d0
X-InvocationID: 63ead567-d4a3-465f-91da-e0a0fe99d397
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:19 210 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-05-01 22:26:19 210 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@4aef7aa6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12b40a07] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-05-01 22:26:19 210 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@5565b91d{IDLE}->null [HeapByteBuffer@40f9c324[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@8e9ffeb[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-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5565b91d{WRITING}->null:IDLE-->WRITING
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=COMPLETING}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@40f9c324[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-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@8e9ffeb[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-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-05-01 22:26:19 211 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-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=COMPLETING}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=COMPLETING}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@5565b91d{WRITING}->null
2021-05-01 22:26:19 211 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5565b91d{IDLE}->null:WRITING-->IDLE
2021-05-01 22:26:19 211 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@4aef7aa6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12b40a07] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:19 211 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@4aef7aa6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@12b40a07] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:19 212 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-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:19 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 213 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@168d62ea on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:19 213 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=dbc924ee-1270-4c7c-9750-6ba2bdd0a088, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@168d62ea
2021-05-01 22:26:19 213 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@36b6b482{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@36b6b482{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@36b6b482{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@36b6b482{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@36b6b482{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.75.54:9102 remote=/10.233.75.233:57382], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@1122b783[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20070c64{s=END}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@36b6b482{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1843]@2021-05-01T22:26:19.214157Z
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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.75.233 - - [01/May/2021:22:26:19 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@5009676c offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1843]@2021-05-01T22:26:19.214228Z
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@210e1595 startThread=0
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6e837388[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xB1G\xCb<\x96\x9co\xE5\xE5\x8c\xEc.E\x00\xA5:\x94\x1b\xDb>>>\xC5U\x07\n\xBe\xA9\x9f9\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2021-05-01 22:26:19 214 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@210e1595 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5009676c task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1843]@2021-05-01T22:26:19.214471Z
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@210e1595 started
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@210e1595 waiting
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1843]@2021-05-01T22:26:19.2146Z tryProduce true
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=10/30000}
2021-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1843]@2021-05-01T22:26:19.214368Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 214 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=14/30000}{io=1/0,kio=1,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:19 228 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@fcbb7b{SSLC.NBReadCB@2316ae20{SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@4e68acb{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-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40ec8c1f startThread=0
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@4e68acb{null}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000}
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000} onFillable exit HttpChannelState@36b6b482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 0 updates
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 0 keys
2021-05-01 22:26:19 229 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6069c3f2 size 1 > capacity
2021-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6069c3f2 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40ec8c1f in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@1122b783::DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=25/30000}
2021-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@2316ae20::SocketChannelEndPoint@7e938733{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2316ae20{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54fe1778{/10.233.75.233:57382<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@1122b783[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20070c64{s=START}]=>HttpChannelOverHttp@60ea5d8a{s=HttpChannelState@36b6b482{s=IDLE rs=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-05-01 22:26:19 230 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40ec8c1f in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:19 235 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@fcbb7b{null} lost race null
2021-05-01 22:26:19 235 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@58f85147 size 1 > capacity
2021-05-01 22:26:19 235 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@58f85147 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:23 491 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@70161da8] obtained in 0 millis
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@615f7f44, maxRows=1, fetchSize=0, flags=16
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_211)
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_212,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_212,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-05-01 22:26:23 492 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-05-01 22:26:23 493 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-05-01 22:26:23 494 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-05-01 22:26:23 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-05-01 22:26:23 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?
2021-05-01 22:26:23 494 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-05-01 22:26:23 494 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@70161da8] released
2021-05-01 22:26:23 494 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$$22c24b10.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-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@4d90afa8 on ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=1
2021-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:29 185 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@4d90afa8
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@4d90afa8 startThread=0
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@4d90afa8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-05-01 22:26:29 186 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3ef15ba4
2021-05-01 22:26:29 187 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:29 187 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:29 187 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 187 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}
2021-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@79e0cfc5{AC.ReadCB@1579ee26{HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 188 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@215d6308 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@215d6308
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@4d90afa8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:29 189 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57494], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1844]@2021-05-01T22:26:29.190412Z
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@210e1595 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1844]@2021-05-01T22:26:29.190543Z
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5b7fd1bf startThread=0
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5b7fd1bf in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@210e1595 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1844]@2021-05-01T22:26:29.190679Z
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@5b7fd1bf started
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5b7fd1bf waiting
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1844]@2021-05-01T22:26:29.19074Z tryProduce true
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1844]@2021-05-01T22:26:29.190718Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 190 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@79e0cfc5{AC.ReadCB@1579ee26{HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6e837388[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB7\x93\xA4\\E\xC9\xFc\xAdj\xBa_\x87^F...\xC6_I@\xD7%b\x8c\x89[\xA6K8\x04m\n\x02\xFb:\x99\x98\x0fZ>>>T1CWT{M\x99\xB6...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2021-05-01 22:26:29 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:29 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:29 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6e837388[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB7\x93\xA4\\E\xC9\xFc\xAd...\xA95z)2btq\xF5G\xB3!\xB4\xF4\tkG\xFa{\x90\xC2\xE5A>>>\x0cZF\x85\x17\x7fk_\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=373
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB7\x93\xA4\\E\xC9\xFc\xAdj\xBa_\x87^F...\xA95z)2btq\xF5G\xB3!\xB4\xF4\tkG\xFa{\x90\xC2\xE5A>>>\x0cZF\x85\x17\x7fk_\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:29 199 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3ef15ba4
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=16/30000}
2021-05-01 22:26:29 204 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@79e0cfc5{AC.ReadCB@1579ee26{HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@215d6308 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@215d6308
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5009676c size 1 > capacity
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5009676c in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57494], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1845]@2021-05-01T22:26:29.205738Z
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@5b7fd1bf offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1845]@2021-05-01T22:26:29.205798Z
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@24d0a0b5 startThread=0
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5b7fd1bf task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1845]@2021-05-01T22:26:29.205891Z
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1845]@2021-05-01T22:26:29.205954Z tryProduce true
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@24d0a0b5 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@24d0a0b5 started
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@24d0a0b5 waiting
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1845]@2021-05-01T22:26:29.206032Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@79e0cfc5{AC.ReadCB@1579ee26{HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 231 HeapByteBuffer@6e837388[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\x97\xAc\xA7\xAdGv@\x1a\xC7\x8c%2V\x85\xC7\xFd\xE3\xC4\x8b\xE7...\xB0\xD7\xA0\x98\xE8x'\xDe\xCa\x8e\xAc\xA4@t*\x03V\xC2\x15{G\xF7\xEf>>>\x13\x01m\xC3\xCd\x9b\x11J\xA7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=231
2021-05-01 22:26:29 207 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.75.233:57494, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#v7\xE6\x14...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\x16\x98F\xAd\xF1p\\<<<\x17\x03\x03\x00\xA8\xFbOW\x8a\xA30\xA4.\xC0WM\x86$\\\xA4\x8e\x1f\x907\x9a...\xB0\xD7\xA0\x98\xE8x'\xDe\xCa\x8e\xAc\xA4@t*\x03V\xC2\x15{G\xF7\xEf>>>\x13\x01m\xC3\xCd\x9b\x11J\xA7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>n\xDc\x88@\x85\xEc\x95<7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>n\xDc\x88@\x85\xEc\x95<7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1579ee26[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} filled 151 HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>n\xDc\x88@\x85\xEc\x95<7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>n\xDc\x88@\x85\xEc\x95<7...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b5fbbb1[p=0,l=151,c=17408,r=151]={<<>>n\xDc\x88@\x85\xEc\x95<7...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.75.54:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-05-01 22:26:29 207 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.75.54 with SNI null
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@33eabfa7 in null
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-05-01 22:26:29 208 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-05-01 22:26:29 208 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-05-01 22:26:29 208 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: af681934-4319-47cb-9e06-7c8f9d504ebb
2021-05-01 22:26:29 208 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-05-01 22:26:29 208 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-60fbc34d@db9d0634==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck)@33eabfa7
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@5dbc2187 exclude no deflater
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@663aa3a6[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@47ce62dc{null}
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sat, 01 May 2021 22:26:29 GMT
X-TransactionID: af681934-4319-47cb-9e06-7c8f9d504ebb
X-InvocationID: f895ca1e-c6f8-4f8b-b5aa-3569d3851ede
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@213fea05[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d3347bc] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@663aa3a6[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-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 01 May 2021 22:26:29 GMT
X-TransactionID: af681934-4319-47cb-9e06-7c8f9d504ebb
X-InvocationID: f895ca1e-c6f8-4f8b-b5aa-3569d3851ede
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@213fea05[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d3347bc] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2e27e02f{IDLE}->null [HeapByteBuffer@40f9c324[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@663aa3a6[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-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2e27e02f{WRITING}->null:IDLE-->WRITING
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=COMPLETING}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@40f9c324[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-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@663aa3a6[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-05-01 22:26:29 210 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=COMPLETING}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=COMPLETING}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2e27e02f{WRITING}->null
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2e27e02f{IDLE}->null:WRITING-->IDLE
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@213fea05[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d3347bc] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@213fea05[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1d3347bc] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=6/30000}
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:29 211 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@215d6308 on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:29 212 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@215d6308
2021-05-01 22:26:29 213 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=9ad33e67-7bbf-4aaa-a356-c4becf57e515, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-05-01 22:26:29 213 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@26d4bbcc{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@26d4bbcc{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@26d4bbcc{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@26d4bbcc{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@26d4bbcc{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.75.54:9102 remote=/10.233.75.233:57494], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{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.75.54:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@26d4bbcc{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@55c35f2d{s=END}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=6}:runFillable:BLOCKING
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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.75.233 - - [01/May/2021:22:26:29 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1846]@2021-05-01T22:26:29.213524Z
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6e837388[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x9ae\xC3\x0e\x06\x02\xEd\xCei\xF0\x0f|6\x9b%\x87\x05\xF9C>>>4\xBdU^\x80\xC7\xE5\x8b\x0f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@24d0a0b5 offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1846]@2021-05-01T22:26:29.213598Z
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@3871974d startThread=0
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1846]@2021-05-01T22:26:29.213684Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@3871974d in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@3871974d started
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@3871974d waiting
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@24d0a0b5 task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:29.213837Z
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=true 0->1 for SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:29.213956Z tryProduce true
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:29 213 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@79e0cfc5{null}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@79e0cfc5{null} lost race null
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5b7fd1bf size 1 > capacity
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5b7fd1bf in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@23b21601{SSLC.NBReadCB@56ca84e3{SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@79e0cfc5{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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a4bafb5 startThread=0
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@79e0cfc5{null}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} {}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 0 updates
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 0 keys
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a4bafb5 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@26d4bbcc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@210e1595 size 1 > capacity
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@210e1595 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@1579ee26::DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}
2021-05-01 22:26:29 214 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@56ca84e3::SocketChannelEndPoint@e713873{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@56ca84e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@21e1bdc5{/10.233.75.233:57494<->/10.233.75.54:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1579ee26[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55c35f2d{s=START}]=>HttpChannelOverHttp@5bb31862{s=HttpChannelState@26d4bbcc{s=IDLE rs=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-05-01 22:26:29 215 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a4bafb5 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:31 532 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@111787fb on ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=0
2021-05-01 22:26:31 532 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@d960561-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=0 selected=0 updates=1
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/0 selected
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@111787fb
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@111787fb startThread=0
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@111787fb in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:31 533 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@11c91ede
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@68f7729c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-05-01 22:26:31 534 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@75b3c530{AC.ReadCB@1cc57d9d{HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@42ad678e{SSLC.NBReadCB@7ed8c13d{SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7ac487cf on ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=0
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3c2188f{STARTED} id=0 keys=1 selected=0 updates=1
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken with none selected
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 0/0/1 selected
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 0 keys, 1 updates
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@111787fb in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}]
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-05-01 22:26:31 535 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@7ac487cf
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 woken up from select, 1/1/1 selected
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 processing 1 keys, 0 updates
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.75.54:9102 remote=/10.233.75.233:57518], selector=sun.nio.ch.EPollSelectorImpl@354e0df1, interestOps=1, readyOps=1 SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:31.536526Z
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@3871974d offer EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:31.536653Z
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@43313cf7 startThread=0
2021-05-01 22:26:31 536 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@3871974d task=EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:31.536972Z
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@43313cf7 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}]
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:31.536888Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@5e66733b/SelectorProducer@2979c6ef/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1847]@2021-05-01T22:26:31.537114Z tryProduce true
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@43313cf7 started
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@43313cf7 waiting
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@42ad678e{SSLC.NBReadCB@7ed8c13d{SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@354e0df1 waiting with 1 keys
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@75b3c530{AC.ReadCB@1cc57d9d{HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1cc57d9d::DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@68f7729c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6e837388[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x8a\x8c\x8f\x8b)\xCf\xB3|\x1a.~\xBc\xE70...\xC5\x03P\x9f\x10|]\x07\xEd\xF1\x10d\xA9tn\xE4y\xF9\xA7[#\xC0=>>>\x95\xC4\xFfLo\xCd\x98+\xEe...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2021-05-01 22:26:31 537 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 538 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 538 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:31 539 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-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 539 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@6e837388[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x8a\x8c\x8f\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2021-05-01 22:26:31 540 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@6e837388[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x8a\x8c\x8f\x8b)\xCf\xB3|\x1a.~\xBc\xE70...6H\xA3\xFa(\xC1\x12#W\x7f\xE4\x8e\x8ce\xF2d|8\xC63G\xC0\x9c>>>\xFa{\x90\xC2\xE5A\x0cZF...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2021-05-01 22:26:31 540 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 540 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-05-01 22:26:31 545 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@11c91ede
2021-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5e90666b[p=0,l=0,c=0,r=0]={<<<>>>}
2021-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:31 547 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-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:31 547 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-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:31 547 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-05-01 22:26:31 547 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-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:31 548 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7ed8c13d::SocketChannelEndPoint@6e286a39{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d683fe8{s=START}]=>HttpChannelOverHttp@227800f8{s=HttpChannelState@68f7729c{s=IDLE rs=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-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6e837388[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-05-01 22:26:31 548 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@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b5fbbb1[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCe\x9bk\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-05-01 22:26:31 548 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.75.54:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ed8c13d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45a3a419{/10.233.75.233:57518<->/10.233.75.54:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1cc57d9d[p=HttpParser{s=START,0 of -1},g=HttpGener