By type
2021-04-11 10:42:07 324 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6e750865 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:08 194 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@49dad872] obtained in 0 millis 2021-04-11 10:42:08 194 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@7758f58, maxRows=1, fetchSize=0, flags=16 2021-04-11 10:42:08 194 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_283) 2021-04-11 10:42:08 194 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_284,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043}) 2021-04-11 10:42:08 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_284,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR) 2021-04-11 10:42:08 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-04-11 10:42:08 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=1) 2021-04-11 10:42:08 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Sync 2021-04-11 10:42:08 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-04-11 10:42:08 196 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-04-11 10:42:08 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-04-11 10:42:08 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ? 2021-04-11 10:42:08 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-04-11 10:42:08 196 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@49dad872] released 2021-04-11 10:42:08 196 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-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@4b92b81f on ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@4b92b81f 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@4b92b81f startThread=0 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@4b92b81f in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-11 10:42:17 295 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7513d531 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@53a1a94f{AC.ReadCB@4ecd247b{HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5de2774d on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@4b92b81f in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5de2774d 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:17 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39394], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1788]@2021-04-11T10:42:17.298508Z 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@56c4230 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1788]@2021-04-11T10:42:17.298584Z 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@824e825 startThread=0 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@824e825 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@56c4230 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1788]@2021-04-11T10:42:17.298782Z 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1788]@2021-04-11T10:42:17.29882Z tryProduce true 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@824e825 started 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1788]@2021-04-11T10:42:17.298734Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@824e825 waiting 2021-04-11 10:42:17 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@53a1a94f{AC.ReadCB@4ecd247b{HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1be7c9bf[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03L\xFb\x9dt\x95W\xCf7\x07\x95\xF5`\x89Z...V\x13z5\xBel{&H4_\xE9\x82{\xAf!\xE6n0\xDc\x15\xAfP>>>\x98-FuE\x8d\xC2\x99\xC7...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261 2021-04-11 10:42:17 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 300 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:17 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:17 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:17 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:17 301 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-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1be7c9bf[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03L\xFb\x9dt\x95W\xCf7...1\x1d\x98\xA62\nGG\x0c\x061\xD0<\xC0_\x0e\xFeOK\xAb'B\x0c>>>\x11\xDc\x89y`\xAe\xCb\r\x9e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=373 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03L\xFb\x9dt\x95W\xCf7\x07\x95\xF5`\x89Z...1\x1d\x98\xA62\nGG\x0c\x061\xD0<\xC0_\x0e\xFeOK\xAb'B\x0c>>>\x11\xDc\x89y`\xAe\xCb\r\x9e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:17 306 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@7513d531 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:17 308 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-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:17 308 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-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:17 309 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-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[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-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:17 309 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 58 HeapByteBuffer@1be7c9bf[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\x89R\xB5p\x18\xFbYP\xBd\x8e\x0e\x97\x1f\xB7\x15\xB8\x19\x15\xE7W...1\x9eW[4\x80\xBc\x80G\xE4R\x08\x10\xCe\xCf\xA5>\xAd\xE4\xE4\x0e\xA8r>>>ZC\x91\xF8\x88DC\xF9\x06...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=58 2021-04-11 10:42:17 310 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} - TLSHandshake: 10.233.72.239:39394, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAe\xF9.\\...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 173 HeapByteBuffer@1be7c9bf[p=0,l=173,c=17408,r=173]={<<<\x17\x03\x03\x00\xA8\xF9n\xFb\xDai\x1e\xB61j9Zq\x9aon\xD6\x10\xD2\x9dy...\x94\x9b\xFc\x1a-@!\xF6\x86!\x93\xF4\xD2\xE7\xDb\xD4\x89\x15WO\xE4}6>>>\x05\x01\x06\x01\x05\x03\x06\x03\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=173 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=173 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 173 bytesProduced = 151 encryptedBuffer=[p=173,l=173,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>V\x1f\xC2\xA6\xBdy\xE8\xDf\x8e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>V\x1f\xC2\xA6\xBdy\xE8\xDf\x8e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:17 310 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} filled 151 HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>V\x1f\xC2\xA6\xBdy\xE8\xDf\x8e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>V\x1f\xC2\xA6\xBdy\xE8\xDf\x8e...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>V\x1f\xC2\xA6\xBdy\xE8\xDf\x8e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} GET //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.39:9102 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.72.39 with SNI null 2021-04-11 10:42:17 311 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:17 311 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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@3e92ab02 in null 2021-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 312 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering. 2021-04-11 10:42:17 312 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-04-11 10:42:17 312 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 0c9fb97f-df1c-48eb-9892-73a7721b5fe0 2021-04-11 10:42:17 312 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 2021-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 312 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-04-11 10:42:17 313 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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@3e92ab02 2021-04-11 10:42:17 313 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@59b0f084 exclude no deflater 2021-04-11 10:42:17 313 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@36903eb8[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@19da9d8f{null} 2021-04-11 10:42:17 313 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@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sun, 11 Apr 2021 10:42:17 GMT X-TransactionID: 0c9fb97f-df1c-48eb-9892-73a7721b5fe0 X-InvocationID: 748edb50-300d-4a73-bd9e-e1d3cde61621 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:17 313 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@323bef0d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cd10d1e] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-04-11 10:42:17 313 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@36903eb8[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-04-11 10:42:17 313 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sun, 11 Apr 2021 10:42:17 GMT X-TransactionID: 0c9fb97f-df1c-48eb-9892-73a7721b5fe0 X-InvocationID: 748edb50-300d-4a73-bd9e-e1d3cde61621 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:17 313 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-04-11 10:42:17 314 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@323bef0d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cd10d1e] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@5b038bc2{IDLE}->null [HeapByteBuffer@45348e77[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@36903eb8[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-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5b038bc2{WRITING}->null:IDLE-->WRITING 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=COMPLETING}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@45348e77[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-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@36903eb8[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-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-04-11 10:42:17 314 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-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=COMPLETING}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=COMPLETING}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@5b038bc2{WRITING}->null 2021-04-11 10:42:17 314 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@5b038bc2{IDLE}->null:WRITING-->IDLE 2021-04-11 10:42:17 315 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@323bef0d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cd10d1e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:17 315 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@323bef0d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6cd10d1e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=18/30000} 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:17 315 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-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:17 315 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 316 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@5de2774d on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5de2774d 2021-04-11 10:42:17 316 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=3f0e14f4-29af-4a4c-9f21-d5f46f1be98a, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 316 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting. 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4420e3ef{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-04-11 10:42:17 316 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4420e3ef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.39:9102 remote=/10.233.72.239:39394], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@4420e3ef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4420e3ef{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4420e3ef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1043fd94{s=END}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1789]@2021-04-11T10:42:17.317263Z 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@824e825 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1789]@2021-04-11T10:42:17.317312Z 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@4420e3ef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 10.233.72.239 - - [11/Apr/2021:10:42:17 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5e5eb3c0 startThread=0 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@824e825 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1789]@2021-04-11T10:42:17.317494Z 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5e5eb3c0 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1be7c9bf[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13?JkH\x84\x9at\xE9\\\x1bs\xD5s\x89\xEe\xAdG\xA8\x0f>>>ine-mgmt/...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1789]@2021-04-11T10:42:17.317567Z tryProduce true 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1789]@2021-04-11T10:42:17.317526Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@5e5eb3c0 started 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5e5eb3c0 waiting 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@53bf5397{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} filled -1 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5de2774d on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@4420e3ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5de2774d 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@677ddd33 size 1 > capacity 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@677ddd33 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@7468b1bc{SSLC.NBReadCB@53bf5397{SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@53a1a94f{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:214) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-11 10:42:17 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1dd335af startThread=0 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@53a1a94f{null} 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 0 updates 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@53a1a94f{null} 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 0 keys 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@53a1a94f{null} lost race null 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@56c4230 size 1 > capacity 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@56c4230 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1dd335af in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@4ecd247b::DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000} 2021-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@53bf5397::SocketChannelEndPoint@4154113e{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@53bf5397{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@251cc7b4{/10.233.72.239:39394<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@4ecd247b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1043fd94{s=START}]=>HttpChannelOverHttp@2ce63124{s=HttpChannelState@4420e3ef{s=IDLE rs=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-04-11 10:42:17 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1dd335af in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:23 195 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@454ecc93] obtained in 0 millis 2021-04-11 10:42:23 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@1a491c61, maxRows=1, fetchSize=0, flags=16 2021-04-11 10:42:23 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_284) 2021-04-11 10:42:23 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_285,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043}) 2021-04-11 10:42:23 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_285,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR) 2021-04-11 10:42:23 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-04-11 10:42:23 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=1) 2021-04-11 10:42:23 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Sync 2021-04-11 10:42:23 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-04-11 10:42:23 197 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-04-11 10:42:23 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-04-11 10:42:23 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ? 2021-04-11 10:42:23 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-04-11 10:42:23 197 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@454ecc93] released 2021-04-11 10:42:23 197 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-04-11 10:42:27 294 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@55279daf on ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:27 294 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@55279daf 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@55279daf startThread=0 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@55279daf in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@785e3db3 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:27 295 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@3eb701b5{AC.ReadCB@7c65adcd{HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@55279daf in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 2021-04-11 10:42:27 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39488], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1790]@2021-04-11T10:42:27.297492Z 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@5e5eb3c0 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1790]@2021-04-11T10:42:27.297567Z 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4f038ae8 startThread=0 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5e5eb3c0 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1790]@2021-04-11T10:42:27.297676Z 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1790]@2021-04-11T10:42:27.297724Z tryProduce true 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4f038ae8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1790]@2021-04-11T10:42:27.297706Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@4f038ae8 started 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4f038ae8 waiting 2021-04-11 10:42:27 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3eb701b5{AC.ReadCB@7c65adcd{HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1be7c9bf[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03=(\xDb\xAaA\x85$\xE4\xDcO\xEax\xB5m...\xAcZ]\xE0\xEb\xE0\xE3\x00L\xE9hFx\x15\xF6\xD5u\xA7R\x16/\xAb\x1d>>>CDh\xA9\xAd\x9f\xF1h\x95...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2021-04-11 10:42:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1be7c9bf[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03=(\xDb\xAa...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1be7c9bf[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03=(\xDb\xAaA\x85$\xE4\xDcO\xEax\xB5m...\x1f\x85\x17\xC1\xCdg~\x89\xB2I\x05-\x170\x02\x06\xE5\x19\xAd\xEe\x9bhe>>>OK\xAb'B\x0c\x11\xDc\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:27 305 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@785e3db3 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:27 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@3eb701b5{AC.ReadCB@7c65adcd{HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@824e825 size 1 > capacity 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@824e825 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39488], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1791]@2021-04-11T10:42:27.309858Z 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@4f038ae8 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1791]@2021-04-11T10:42:27.309911Z 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:27 309 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6f212ed6 startThread=0 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6f212ed6 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1791]@2021-04-11T10:42:27.309979Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@6f212ed6 started 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6f212ed6 waiting 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@4f038ae8 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.310099Z 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.310214Z tryProduce true 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@3eb701b5{AC.ReadCB@7c65adcd{HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 231 HeapByteBuffer@1be7c9bf[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\x9b\x05\xEd\x91\xB2a@\x1a\xB2\x0eM\xC5\xB5AF\x95v\xD2\xBa\xFb...\xA5\xDed\x8e_\xC6\xE0\xFf\x92\xD10\x1b\x01j\xF1\x9b\x82\x9d1\xA9,\x1d\xAc>>>\xC8\xBbz\xEd\x93E\xEd\x02\xAd...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=231 2021-04-11 10:42:27 311 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} - TLSHandshake: 10.233.72.239:39488, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#9\x08~o...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\xEbK\xEa\x9f\xAb\xCe\xB8<<<\x17\x03\x03\x00\xA8\xE7TR\x9d2\x07\x8aIx\xA1\xDc\x905\xFa\xDd\xFa\xB0.\x9bA...\xA5\xDed\x8e_\xC6\xE0\xFf\x92\xD10\x1b\x01j\xF1\x9b\x82\x9d1\xA9,\x1d\xAc>>>\xC8\xBbz\xEd\x93E\xEd\x02\xAd...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@2682304[p=0,l=151,c=17408,r=151]={<< >>aV\xFb\x86&U\xC6`G...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>aV\xFb\x86&U\xC6`G...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>aV\xFb\x86&U\xC6`G...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>aV\xFb\x86&U\xC6`G...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>aV\xFb\x86&U\xC6`G...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI 2021-04-11 10:42:27 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} GET //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.39:9102 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.72.39 with SNI null 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@29d3e711 in null 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE} 2021-04-11 10:42:27 312 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE} 2021-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] 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-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] 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-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-04-11 10:42:27 313 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering. 2021-04-11 10:42:27 313 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-04-11 10:42:27 313 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 4668677c-2910-420d-aa2e-35ba1e09c4f2 2021-04-11 10:42:27 313 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 2021-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-04-11 10:42:27 313 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - 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-04-11 10:42:27 314 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@29d3e711 2021-04-11 10:42:27 314 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@a81d5b0 exclude no deflater 2021-04-11 10:42:27 314 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6d1b6b12[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@baabff9{null} 2021-04-11 10:42:27 314 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sun, 11 Apr 2021 10:42:27 GMT X-TransactionID: 4668677c-2910-420d-aa2e-35ba1e09c4f2 X-InvocationID: c846d3ae-38e8-48c6-a2e9-0977019f0551 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3df73af2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39df54a9] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@6d1b6b12[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-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sun, 11 Apr 2021 10:42:27 GMT X-TransactionID: 4668677c-2910-420d-aa2e-35ba1e09c4f2 X-InvocationID: c846d3ae-38e8-48c6-a2e9-0977019f0551 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3df73af2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39df54a9] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@faafb7b{IDLE}->null [HeapByteBuffer@45348e77[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@6d1b6b12[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-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@faafb7b{WRITING}->null:IDLE-->WRITING 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=COMPLETING}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@45348e77[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-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6d1b6b12[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-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=COMPLETING}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=COMPLETING}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@faafb7b{WRITING}->null 2021-04-11 10:42:27 315 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@faafb7b{IDLE}->null:WRITING-->IDLE 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3df73af2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39df54a9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3df73af2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39df54a9] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:27 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:27 317 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=1f14f0f9-27df-4bb1-aa35-3202985e21c2, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:27 317 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting. 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@5a3415d6 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@33e9ca1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@33e9ca1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@33e9ca1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@33e9ca1e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@33e9ca1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@33e9ca1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 10.233.72.239 - - [11/Apr/2021:10:42:27 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.39:9102 remote=/10.233.72.239:39488], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@36cb5639{s=END}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=null,age=5} 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1be7c9bf[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xCf\x013+\x89\xC6\x8e*\xE5\xE5\x0e\xF2\xB4M\x17\x8c\x1d\xCf\xA2>>>u\x89#\x90\xBf\xBc\x9e\xE3\xC4...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.318147Z 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@6f212ed6 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.318233Z 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@52c29e38 startThread=0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@6f212ed6 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.318399Z 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@52c29e38 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@52c29e38 started 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@52c29e38 waiting 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2021-04-11T10:42:27.318554Z tryProduce true 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1792]@2021-04-11T10:42:27.318484Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@6fedc86b{SSLC.NBReadCB@4b0fdc7c{SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@6fedc86b{null} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@51a1c800 startThread=0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@3eb701b5{null} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 0 updates 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 0 keys 2021-04-11 10:42:27 318 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@33e9ca1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@51a1c800 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5e5eb3c0 size 1 > capacity 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@7c65adcd::DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5e5eb3c0 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@3eb701b5{null} 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@3eb701b5{null} lost race null 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@4b0fdc7c::SocketChannelEndPoint@438490a{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@51a1c800 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4b0fdc7c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@755fa570{/10.233.72.239:39488<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7c65adcd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36cb5639{s=START}]=>HttpChannelOverHttp@19c5d31e{s=HttpChannelState@33e9ca1e{s=IDLE rs=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-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4f038ae8 size 1 > capacity 2021-04-11 10:42:27 319 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@4f038ae8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@320fb5c8 on ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@320fb5c8 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@320fb5c8 startThread=0 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@320fb5c8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 352 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@301eefef 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:30 353 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@263594ea{AC.ReadCB@2d25ad65{HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2e952fbc on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2e952fbc 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 354 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@320fb5c8 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39510], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1793]@2021-04-11T10:42:30.355438Z 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@52c29e38 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1793]@2021-04-11T10:42:30.355495Z 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@7b56859d startThread=0 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1793]@2021-04-11T10:42:30.355587Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@7b56859d in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@52c29e38 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1793]@2021-04-11T10:42:30.355623Z 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@7b56859d started 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1794]@2021-04-11T10:42:30.355672Z tryProduce true 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@7b56859d waiting 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@263594ea{AC.ReadCB@2d25ad65{HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1be7c9bf[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03KB\xD6\xAe\xBb\xC7*\xF1\xB3&\x83\xDd\xBc\xFb...\xA0\x8bW^\x0f\x85\x95b}#`\x99\xDd\x96\xB1\xC9\x0f\x04\xEb\x80-\xAc_>>>\xAb:W\xD0^O\xCd\xBc\xE4...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 355 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 356 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:30 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:30 356 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-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1be7c9bf[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03KB\xD6\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6 2021-04-11 10:42:30 357 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:30 357 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1be7c9bf[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03KB\xD6\xAe\xBb\xC7*\xF1\xB3&\x83\xDd\xBc\xFb...V$\x82{\x8cv\xC2g\xD2\xE5\x179\x89rG$D\x19\xA7\x11\xC7s\xCb>>>OK\xAb'B\x0c\x11\xDc\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367 2021-04-11 10:42:30 357 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:30 361 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@301eefef 2021-04-11 10:42:30 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:30 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:30 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:30 363 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-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:30 364 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-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:30 364 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-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 231 HeapByteBuffer@1be7c9bf[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005c\x90\xA4\x8d\x13\xD8E\xAcJ\xC8\x98\xA9\xE4\xF1F\xB2\x91\xEd_"...\xBb\x17H\xA5\xF7PL.L\xF1\xFf\x96\xE4\x81t\x8d\xE4\xE7\r\xDd\x17\xF6\\>>>\x94\x9b$_\xB1\x85c\xA0\x05...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=231 2021-04-11 10:42:30 368 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} - TLSHandshake: 10.233.72.239:39510, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-04-11 10:42:30 368 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x10\x87B\x1b...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...5\xB0\x17\x87\x9e\xB0\xC9<<<\x17\x03\x03\x00\xA8\xBf\xB7\x99U\xE1\x02\x88 N\xCa\xA4c\xDdI\xCf\xB5w\x99$;...\xBb\x17H\xA5\xF7PL.L\xF1\xFf\x96\xE4\x81t\x8d\xE4\xE7\r\xDd\x17\xF6\\>>>\x94\x9b$_\xB1\x85c\xA0\x05...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:30 368 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@2682304[p=0,l=151,c=17408,r=151]={<< >>%\x19\xFb4\xFfy\x9ez\xEc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>%\x19\xFb4\xFfy\x9ez\xEc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=START,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=15/30000} filled 151 HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>%\x19\xFb4\xFfy\x9ez\xEc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>%\x19\xFb4\xFfy\x9ez\xEc...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>%\x19\xFb4\xFfy\x9ez\xEc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} GET //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.39:9102 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=15/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=15/30000} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.72.39 with SNI null 2021-04-11 10:42:30 369 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:30 369 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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@1f8bce14 in null 2021-04-11 10:42:30 369 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-04-11 10:42:30 369 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-04-11 10:42:30 369 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-04-11 10:42:30 370 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-04-11 10:42:30 370 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-04-11 10:42:30 370 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering. 2021-04-11 10:42:30 370 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-04-11 10:42:30 370 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 77dfada5-0e21-48e6-ac88-4c4609aa7947 2021-04-11 10:42:30 370 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 2021-04-11 10:42:30 370 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-04-11 10:42:30 370 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-04-11 10:42:30 370 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-04-11 10:42:30 371 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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@1f8bce14 2021-04-11 10:42:30 371 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@58910bbc exclude no deflater 2021-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@ca37575[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@43166311{null} 2021-04-11 10:42:30 371 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@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sun, 11 Apr 2021 10:42:30 GMT X-TransactionID: 77dfada5-0e21-48e6-ac88-4c4609aa7947 X-InvocationID: bbe93be7-7d32-4e24-968e-7e1035457a37 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:30 371 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@2acee09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52b0d90b] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-04-11 10:42:30 371 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@ca37575[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-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sun, 11 Apr 2021 10:42:30 GMT X-TransactionID: 77dfada5-0e21-48e6-ac88-4c4609aa7947 X-InvocationID: bbe93be7-7d32-4e24-968e-7e1035457a37 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-04-11 10:42:30 371 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@2acee09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52b0d90b] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@45af06f5{IDLE}->null [HeapByteBuffer@45348e77[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@ca37575[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-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@45af06f5{WRITING}->null:IDLE-->WRITING 2021-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=COMPLETING}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2} 2021-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@45348e77[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-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@ca37575[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-04-11 10:42:30 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-04-11 10:42:30 371 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-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=COMPLETING}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=COMPLETING}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@45af06f5{WRITING}->null 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@45af06f5{IDLE}->null:WRITING-->IDLE 2021-04-11 10:42:30 372 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@2acee09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52b0d90b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:30 372 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@2acee09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@52b0d90b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=18/30000} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:30 372 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-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 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@2e952fbc on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:30 373 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=402bcda3-cd26-4c89-8f74-02855fccb9bd, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:30 373 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting. 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2e952fbc 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4bd1ee52{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4bd1ee52{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@4bd1ee52{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4bd1ee52{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4bd1ee52{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.39:9102 remote=/10.233.72.239:39510], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@4bd1ee52{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@56f481d7{s=END}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=4}:runFillable:BLOCKING 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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.72.239 - - [11/Apr/2021:10:42:30 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1794]@2021-04-11T10:42:30.373762Z 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@7b56859d offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1794]@2021-04-11T10:42:30.373825Z 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1be7c9bf[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x14_&\x9b\x9e\xE5\xCe5\xEd5\x18\xD1\x83\xBcj\x83\xBf\xF1\x1d>>>\x12?rT\x16\xD7\x7f\xC0\xE5...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@758eacd1 startThread=0 2021-04-11 10:42:30 373 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@7b56859d task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1794]@2021-04-11T10:42:30.374017Z 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@758eacd1 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1794]@2021-04-11T10:42:30.373934Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@758eacd1 started 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@758eacd1 waiting 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1795]@2021-04-11T10:42:30.374058Z tryProduce true 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000} filled -1 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@263594ea{null} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@263594ea{null} lost race null 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@52c29e38 size 1 > capacity 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2e952fbc on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@52c29e38 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2e952fbc 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector loop ignoring invalid key for channel java.nio.channels.SocketChannel[closed] 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@267b4bcc{SSLC.NBReadCB@12935ea9{SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@263594ea{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-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d1ebba startThread=0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 0 updates 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@263594ea{null} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 0 keys 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d1ebba in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-11 10:42:30 374 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@4bd1ee52{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@2d25ad65::DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000} 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6f212ed6 size 1 > capacity 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@12935ea9::SocketChannelEndPoint@3622fa37{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@12935ea9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6a03565d{/10.233.72.239:39510<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@2d25ad65[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@56f481d7{s=START}]=>HttpChannelOverHttp@31b1c717{s=HttpChannelState@4bd1ee52{s=IDLE rs=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-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@6f212ed6 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:30 375 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d1ebba in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@13e084e9 on ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@13e084e9 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@13e084e9 startThread=0 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@13e084e9 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 296 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-11 10:42:37 296 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3da31b9d 2021-04-11 10:42:37 296 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@43d66ad8{AC.ReadCB@21abec83{HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:37 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@13e084e9 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:37 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39576], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1795]@2021-04-11T10:42:37.299188Z 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@758eacd1 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1795]@2021-04-11T10:42:37.299249Z 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@44cfd884 startThread=0 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@758eacd1 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1795]@2021-04-11T10:42:37.299412Z 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@44cfd884 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@44cfd884 started 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1795]@2021-04-11T10:42:37.299361Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@44cfd884 waiting 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1796]@2021-04-11T10:42:37.29948Z tryProduce true 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@43d66ad8{AC.ReadCB@21abec83{HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1be7c9bf[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03a0\xD4s\xDcr\xEe\xDc.{\xD39k\xF7...l\xD0\xC3\xEfw\x8a\x91\x03g\x18N\xDaG\t\x02\xCf\xC8\xBa\xC4\x1e|\x9a\x1c>>>\xE6I\xCf\xB7\x06\xA9\x00\xB0\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2021-04-11 10:42:37 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:37 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1be7c9bf[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03a0\xD4s\xDcr\xEe\xDc...p\xB7E\x04\xDc7\x10(0\xD6\x0f\xC22\xB6\x14\xC6\xFb\xC4\xDf\xCe\x12\xD4\xA9>>>\x11\xDc\x89y`\xAe\xCb\r\x9e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03a0\xD4s\xDcr\xEe\xDc.{\xD39k\xF7...p\xB7E\x04\xDc7\x10(0\xD6\x0f\xC22\xB6\x14\xC6\xFb\xC4\xDf\xCe\x12\xD4\xA9>>>\x11\xDc\x89y`\xAe\xCb\r\x9e...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:37 306 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3da31b9d 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:37 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[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-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} filled 0 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=START,0 of -1} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=14/30000} 2021-04-11 10:42:37 311 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@43d66ad8{AC.ReadCB@21abec83{HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@7b56859d size 1 > capacity 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@7b56859d in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39576], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 312 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1796]@2021-04-11T10:42:37.312932Z 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@44cfd884 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1796]@2021-04-11T10:42:37.313014Z 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5585586c startThread=0 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5585586c in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@5585586c started 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5585586c waiting 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1796]@2021-04-11T10:42:37.313187Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@44cfd884 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1796]@2021-04-11T10:42:37.313286Z 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.313406Z tryProduce true 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@43d66ad8{AC.ReadCB@21abec83{HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 313 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 314 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 231 HeapByteBuffer@1be7c9bf[p=0,l=231,c=17408,r=231]={<<<\x17\x03\x03\x005\x05{\xDf\x81\x1ez\xFeu\xFa\xD1.\x8fS4\xC2S#L\xEfW...\xA2\xBf\xDc\x93V\x0e\xAe\xC3\xBa\xEb\x98\xA0J\xF4\x1f\x90]\x06\x18\x9dyU:>>>\x13\x01\xC1\x96\xC0\x17S9F...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=231 2021-04-11 10:42:37 314 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} - TLSHandshake: 10.233.72.239:39576, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-04-11 10:42:37 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x82\xB8\xC4\xB3...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=173/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=58,l=231,c=17408,r=173]={\x17\x03\x03\x005\x14\x00\x00 ...\xEeR\x13\xF2\xCb\n\xCb<<<\x17\x03\x03\x00\xA8X\xCd\x00\xCd\xDb\x89m\xBa\xFf]\xDf'\xFek\x97$\xAfxj\x1a...\xA2\xBf\xDc\x93V\x0e\xAe\xC3\xBa\xEb\x98\xA0J\xF4\x1f\x90]\x06\x18\x9dyU:>>>\x13\x01\xC1\x96\xC0\x17S9F...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@2682304[p=0,l=151,c=17408,r=151]={<< >>\x7f\x19k\xAe\x95\x1d\x1d\xE46...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>\x7f\x19k\xAe\x95\x1d\x1d\xE46...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21abec83[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} filled 151 HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>\x7f\x19k\xAe\x95\x1d\x1d\xE46...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>\x7f\x19k\xAe\x95\x1d\x1d\xE46...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@2682304[p=0,l=151,c=17408,r=151]={<< >>\x7f\x19k\xAe\x95\x1d\x1d\xE46...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} GET //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.39:9102 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:37 315 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.72.39 with SNI null 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@16bc2469 in null 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE} 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE} 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] 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-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] 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-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter logFilter@48c3a0ef==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-04-11 10:42:37 316 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering. 2021-04-11 10:42:37 316 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-04-11 10:42:37 316 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 2335a0d2-4348-4533-b90b-28e9bd14946d 2021-04-11 10:42:37 316 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3180aee@3180aee==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-104cfb24@104cfb24==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-04-11 10:42:37 316 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - 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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@361b3ca6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck)@16bc2469 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@4e1564e6 exclude no deflater 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@112b44ec[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@6e92289d{null} 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Sun, 11 Apr 2021 10:42:37 GMT X-TransactionID: 2335a0d2-4348-4533-b90b-28e9bd14946d X-InvocationID: b7a2dde0-fdc6-4cf0-9734-88195c76977e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@197ad64a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7cadb3d7] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@112b44ec[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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sun, 11 Apr 2021 10:42:37 GMT X-TransactionID: 2335a0d2-4348-4533-b90b-28e9bd14946d X-InvocationID: b7a2dde0-fdc6-4cf0-9734-88195c76977e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@197ad64a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7cadb3d7] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@376a848a{IDLE}->null [HeapByteBuffer@45348e77[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@112b44ec[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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@376a848a{WRITING}->null:IDLE-->WRITING 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=COMPLETING}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@45348e77[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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@112b44ec[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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=COMPLETING}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:37 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=COMPLETING}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@376a848a{WRITING}->null 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@376a848a{IDLE}->null:WRITING-->IDLE 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@197ad64a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7cadb3d7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@197ad64a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7cadb3d7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=7/30000} 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:37 319 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}} 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@21cd9dc2 2021-04-11 10:42:37 320 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=7513b4ea-a2e2-41d9-9fbe-46d6ba137b6c, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-engine-mgmt/v1/healthcheck 2021-04-11 10:42:37 320 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting. 2021-04-11 10:42:37 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@3540287b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@3540287b{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.39:9102 remote=/10.233.72.239:39576], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@3540287b{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@3540287b{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@3540287b{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@21abec83[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4cab79c6{s=END}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{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.72.39:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@3540287b{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.321616Z 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@5585586c offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.321674Z 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE 10.233.72.239 - - [11/Apr/2021:10:42:37 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5c1de980 startThread=0 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1be7c9bf[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xFd'\xA9\xF3\\S\x01\r\x1a\xF4\xC1\x1d\xA1j\xDc\xB6\x0b\x94\xF9>>>\x86c\xDb\x05\xFe\x17\xAd~\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5585586c task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.321882Z 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5c1de980 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.321951Z tryProduce true 2021-04-11 10:42:37 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@5c1de980 started 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1797]@2021-04-11T10:42:37.321824Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=19/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@5c1de980 waiting 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@3d6759d5{SSLC.NBReadCB@781c854e{SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@3d6759d5{null} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4843943a startThread=0 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@43d66ad8{null} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@43d66ad8{null} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@43d66ad8{null} lost race null 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} {} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4843943a in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@3540287b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - /10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@44cfd884 size 1 > capacity 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@758eacd1 size 1 > capacity 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@21abec83::DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@758eacd1 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@44cfd884 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 322 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@781c854e::SocketChannelEndPoint@c77aefe{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@781c854e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f16073{/10.233.72.239:39576<->/10.233.72.39:9102,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@21abec83[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4cab79c6{s=START}]=>HttpChannelOverHttp@73355b7b{s=HttpChannelState@3540287b{s=IDLE rs=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-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4843943a in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 0 updates 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:37 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 0 keys 2021-04-11 10:42:38 195 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@37b1088c] obtained in 0 millis 2021-04-11 10:42:38 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3ead805c, maxRows=1, fetchSize=0, flags=16 2021-04-11 10:42:38 195 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_285) 2021-04-11 10:42:38 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_286,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043}) 2021-04-11 10:42:38 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_286,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR) 2021-04-11 10:42:38 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-04-11 10:42:38 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=1) 2021-04-11 10:42:38 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE=> Sync 2021-04-11 10:42:38 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-04-11 10:42:38 197 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-04-11 10:42:38 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-04-11 10:42:38 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ? 2021-04-11 10:42:38 197 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-04-11 10:42:38 197 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@37b1088c] released 2021-04-11 10:42:38 197 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-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@4d6c84ca on ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@563ab6d5-EngineDActiveApp@283ecb4b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/0 selected 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@4d6c84ca 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@4d6c84ca startThread=0 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@4d6c84ca in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-11 10:42:47 295 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@464f89c1 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=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@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@1673fad{AC.ReadCB@7d6bf715{HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2396a3cb{SSLC.NBReadCB@320cf93d{SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@76866395 on ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@1af6974c{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken with none selected 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 0/0/1 selected 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 0 keys, 1 updates 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@76866395 2021-04-11 10:42:47 296 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@4d6c84ca in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}] 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 woken up from select, 1/1/1 selected 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 processing 1 keys, 0 updates 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.39:9102 remote=/10.233.72.239:39662], selector=sun.nio.ch.EPollSelectorImpl@41cf8086, interestOps=1, readyOps=1 SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=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-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0} tryExecute EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1798]@2021-04-11T10:42:47.297834Z 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=0}@5c1de980 offer EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1798]@2021-04-11T10:42:47.297916Z 2021-04-11 10:42:47 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1} startReservedThread p=1 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@3f893d36 startThread=0 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@5c1de980 task=EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1798]@2021-04-11T10:42:47.298093Z 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}@3f893d36 in InstrumentedQueuedThreadPool[dw]@2ae5580{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@1e4c4fda{s=0/1,p=1}] 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=1}@3f893d36 started 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1798]@2021-04-11T10:42:47.298152Z tryProduce true 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@1e4c4fda{s=1/1,p=0}@3f893d36 waiting 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6c25123e/SelectorProducer@137d04d8/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=1,epc=1798]@2021-04-11T10:42:47.298132Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=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-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@41cf8086 waiting with 1 keys 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2396a3cb{SSLC.NBReadCB@320cf93d{SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@1673fad{AC.ReadCB@7d6bf715{HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@7d6bf715::DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1be7c9bf[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xA6/\xDb\xB5+\xA9(\x95\x17gq\xAcs\xD6...A\xD9U\xBa\xB1\xC3\x12\xCc\x03\xD3\x8b(\xAa\xCb\x91\xAb\x00S/\xD7\xCb\xF4f>>>%\x86l\xD2@\x9f\x99\x965...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=261 2021-04-11 10:42:47 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill starting handshake SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5625cb07[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:47 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1be7c9bf[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xA6/\xDb\xB5...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=6 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1be7c9bf[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@320cf93d::SocketChannelEndPoint@363fa574{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@320cf93d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47d06faf{/10.233.72.239:39662<->/10.233.72.39:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d6bf715[p=HttpParser{s=START,0 of -1},g=HttpGenerator@458e9da4{s=START}]=>HttpChannelOverHttp@41e1c92c{s=HttpChannelState@c0f7f5f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1be7c9bf[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xA6/\xDb\xB5+\xA9(\x95\x17gq\xAcs\xD6...\xD1\x18e\xD8\xBd\xFa\xB2T\xB8V\x85`\xD9\xD7!\x072\x03\xBa\xF6j\xC3*>>>\xC4\xDf\xCe\x12\xD4\xA9\x11\xDc\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=367 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@2682304[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x13\xD9\xC9\x02...\x00\x00\x00\x00\x00\x00\x00} 2021-04-11 10:42:47 300 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2021-04-11 10:42:47 303 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.