Results

By type

          2021-04-21 05:18:44 229 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1f726143] obtained in 0 millis
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@36b0db17, maxRows=1, fetchSize=0, flags=16
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_287)
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_288,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_288,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-04-21 05:18:44 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-04-21 05:18:44 231 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-04-21 05:18:44 231 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-21 05:18:44 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-04-21 05:18:44 232 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-21 05:18:44 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-04-21 05:18:44 232 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1f726143] released
2021-04-21 05:18:44 232 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$$20b0d226.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-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@44f53a2b on ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@44f53a2b
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@44f53a2b startThread=0
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@44f53a2b in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 955 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230: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-21 05:18:45 955 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3df29364
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@46eeba7a{AC.ReadCB@48d1d50a{HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58
2021-04-21 05:18:45 956 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@44f53a2b in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46550], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1800]@2021-04-21T05:18:45.95755Z
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@2be97eaf offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1800]@2021-04-21T05:18:45.957598Z
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@18cb6f84 startThread=0
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1800]@2021-04-21T05:18:45.957692Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@2be97eaf task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1800]@2021-04-21T05:18:45.957728Z
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@18cb6f84 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.957788Z tryProduce true
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@18cb6f84 started
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@18cb6f84 waiting
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@46eeba7a{AC.ReadCB@48d1d50a{HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@533a2784[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03{_\xA7\xDd\x0b\xD2\x85[\xBb\xB08$p\x8f...k\xB3W\xD0\xB2\xD6\x9b\x9e\x02\xFe\xF9\xC3\x7fE\xD6a~\x91\x1b\x89U\x9b$>>>\x04`\xAe\x8a\xCf\xF6?\x91\xF3...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:45 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 6 HeapByteBuffer@533a2784[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03{_\xA7\xDd...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=6
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 367 HeapByteBuffer@533a2784[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03{_\xA7\xDd\x0b\xD2\x85[\xBb\xB08$p\x8f...\xD6\xC5\x14W=R\x1f\x8d\xF9\xE5\x88,c-\x851\xC6d1\xFa\x12\x83\x9f>>>\xB4\xDf\xCa\xEe\x9b\xB9=\xEf\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=367
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:18:45 963 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3df29364
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:45 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@46eeba7a{AC.ReadCB@48d1d50a{HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:45 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@2205161e size 1 > capacity
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@2205161e in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:45 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46550], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.968234Z
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@18cb6f84 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.968286Z
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@ce797d3 startThread=0
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@18cb6f84 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.968466Z
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@ce797d3 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.968531Z tryProduce true
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@ce797d3 started
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@ce797d3 waiting
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 968 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1801]@2021-04-21T05:18:45.968488Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@46eeba7a{AC.ReadCB@48d1d50a{HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-04-21 05:18:45 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 232 HeapByteBuffer@533a2784[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005\xB2|\xF8l]\xD3\xAd\x88\r\x8d\x93\xE0=9@\x1a\x04\x01\xA6\xFb...u\xB2f\xC6\xC5\xB1\x83|\xA2(\xD5\xCeq\x1e\x0f\x7f\xD1\xE8C\xCd\xDb\xC7\x7f>>>\xA9\xFa\x87\x01&\x8e\x83\xCb\xD4...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=232
2021-04-21 05:18:45 970 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.101:46550, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#;&3\xF0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...\x11n\x1bi\xCexX<<<\x17\x03\x03\x00\xA9\x8c\xD7s\xEb\x83(\x90=\x1778B\xFdb\xDe\x10\xCd@\xBd\xE1...u\xB2f\xC6\xC5\xB1\x83|\xA2(\xD5\xCeq\x1e\x0f\x7f\xD1\xE8C\xCd\xDb\xC7\x7f>>>\xA9\xFa\x87\x01&\x8e\x83\xCb\xD4...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x8b\xD2\xD6V\xA4Y\xE8%\x85...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x8b\xD2\xD6V\xA4Y\xE8%\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING 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-21 05:18:45 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000} filled 152 HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x8b\xD2\xD6V\xA4Y\xE8%\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x8b\xD2\xD6V\xA4Y\xE8%\x85...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x8b\xD2\xD6V\xA4Y\xE8%\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1
2021-04-21 05:18:45 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.230:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=5/30000}
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:18:45 971 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.74.230 with SNI null
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@1a4bc0cc in null
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-21 05:18:45 972 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering.
2021-04-21 05:18:45 972 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-21 05:18:45 972 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 05bf083d-2d38-4465-951a-6874d714ae15
2021-04-21 05:18:45 972 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-21 05:18:45 972 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:45 973 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@1a4bc0cc
2021-04-21 05:18:45 973 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@9cb6910 exclude no deflater
2021-04-21 05:18:45 973 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@218a8881[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@11e3ca6c{null}
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 21 Apr 2021 05:18:45 GMT
X-TransactionID: 05bf083d-2d38-4465-951a-6874d714ae15
X-InvocationID: 7c702860-13ea-4cfc-8d64-2507dfbe9271
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@55ea353c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73b4578] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@218a8881[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-21 05:18:45 974 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 21 Apr 2021 05:18:45 GMT
X-TransactionID: 05bf083d-2d38-4465-951a-6874d714ae15
X-InvocationID: 7c702860-13ea-4cfc-8d64-2507dfbe9271
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@55ea353c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73b4578] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@72001b9e{IDLE}->null [HeapByteBuffer@4aa79e54[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@218a8881[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-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@72001b9e{WRITING}->null:IDLE-->WRITING
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=COMPLETING}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4aa79e54[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-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@218a8881[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-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=COMPLETING}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=COMPLETING}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@72001b9e{WRITING}->null
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@72001b9e{IDLE}->null:WRITING-->IDLE
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@55ea353c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73b4578] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@55ea353c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@73b4578] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:45 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}}}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:45 976 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=345e4c29-c2e5-445c-9233-4a99cb5f2877, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 976 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting.
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:45 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46550], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} 
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7aa820e9{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7aa820e9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@7aa820e9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7aa820e9{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7aa820e9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1802]@2021-04-21T05:18:45.977385Z
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@ce797d3 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1802]@2021-04-21T05:18:45.977445Z
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@2c151532 startThread=0
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@2c151532 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@2c151532 started
10.233.74.101 - - [21/Apr/2021:05:18:45 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@2c151532 waiting
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@ce797d3 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1802]@2021-04-21T05:18:45.977578Z
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@7aa820e9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1802]@2021-04-21T05:18:45.977703Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2f895a1f{s=END}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=6}:runFillable:BLOCKING/BLOCKING
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1802]@2021-04-21T05:18:45.977895Z tryProduce true
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@533a2784[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x130J(Y@\x19US\x14\x02\x83\x1d\t\x00\xB3\xEf`8k>>>\t\x0b\xA4\xE9\xE9\xE3\xA6\x13\xB2...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=12/30000}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@46eeba7a{null}
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@46eeba7a{null} lost race null
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@18cb6f84 size 1 > capacity
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@18cb6f84 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@784c5c58
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46550], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1803]@2021-04-21T05:18:45.979636Z
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@2c151532 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1803]@2021-04-21T05:18:45.979667Z
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@43f141 startThread=0
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@43f141 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@2c151532 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1803]@2021-04-21T05:18:45.97976Z
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@43f141 started
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1803]@2021-04-21T05:18:45.979783Z tryProduce true
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1803]@2021-04-21T05:18:45.979742Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@43f141 waiting
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@514e28{SSLC.NBReadCB@141d8f1d{SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@514e28{null}
2021-04-21 05:18:45 979 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@46eeba7a{null}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@46eeba7a{null} lost race null
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7d3f0f18 startThread=0
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@ce797d3 size 1 > capacity
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 0 updates
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@46eeba7a{null}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 0 keys
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@ce797d3 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7d3f0f18 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 980 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@141d8f1d::SocketChannelEndPoint@1c10e65d{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 980 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7d3f0f18 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@48d1d50a::DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=13/30000} onFillable exit HttpChannelState@7aa820e9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@141d8f1d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@619103ef{/10.233.74.101:46550<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@48d1d50a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2f895a1f{s=START}]=>HttpChannelOverHttp@d8a334e{s=HttpChannelState@7aa820e9{s=IDLE rs=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-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@2be97eaf size 1 > capacity
2021-04-21 05:18:45 980 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@2be97eaf in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@20f96e0e on ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@20f96e0e
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@20f96e0e startThread=0
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@20f96e0e in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 955 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-29] invocationID:{InvocationID} - SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230: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-21 05:18:55 956 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-29] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@378e564a
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - new HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 956 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@364004e8 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@364004e8
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Created SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@20f96e0e in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46666], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1804]@2021-04-21T05:18:55.957776Z
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@43f141 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1804]@2021-04-21T05:18:55.957828Z
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@216e19e5 startThread=0
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@43f141 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1804]@2021-04-21T05:18:55.957935Z
2021-04-21 05:18:55 957 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1804]@2021-04-21T05:18:55.957915Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 958 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1805]@2021-04-21T05:18:55.957997Z tryProduce true
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@216e19e5 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@216e19e5 started
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@216e19e5 waiting
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@533a2784[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xF3\xF9\xB4Y@\xD4!\xD8\xC0\xD6E\xD6\xBe4...\x99\xAf\xC9\xEe2\xD6{\xDc\xF5\x14(\xF0u<\xFe\x1b\x9c\x81\x13\xE0F\xD3->>>F\x02*\n\x86\xBe\x0fEq...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 958 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:55 959 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@533a2784[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xF3\xF9\xB4Y...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6
2021-04-21 05:18:55 959 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:55 959 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[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-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:55 959 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 959 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} filled 0 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 959 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@364004e8 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@364004e8
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@2c151532 size 1 > capacity
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@2c151532 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46666], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1805]@2021-04-21T05:18:55.960868Z
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@216e19e5 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1805]@2021-04-21T05:18:55.960912Z
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:55 960 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@1196861 startThread=0
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@216e19e5 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1805]@2021-04-21T05:18:55.961044Z
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1805]@2021-04-21T05:18:55.961008Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1806]@2021-04-21T05:18:55.961103Z tryProduce true
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@1196861 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@1196861 started
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 961 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@1196861 waiting
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 367 HeapByteBuffer@533a2784[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF3\xF9\xB4Y@\xD4!\xD8\xC0\xD6E\xD6\xBe4...\x91\x9f\x8b]\xB1\x88\xF7\x9c\x8f\xBd\x89\x05P\xD9\x90\xDc,4_\x1d-\xAew>>>\xB4\xDf\xCa\xEe\x9b\xB9=\xEf\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=367
2021-04-21 05:18:55 961 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:18:55 965 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@378e564a
2021-04-21 05:18:55 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:18:55 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:55 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:55 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:55 968 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:55 968 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000} filled 0 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@364004e8 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@364004e8
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@43f141 size 1 > capacity
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@43f141 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46666], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 969 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1806]@2021-04-21T05:18:55.970095Z
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@1196861 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1806]@2021-04-21T05:18:55.970165Z
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@245e9362 startThread=0
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@245e9362 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1806]@2021-04-21T05:18:55.970291Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@245e9362 started
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@1196861 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1806]@2021-04-21T05:18:55.970333Z
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@245e9362 waiting
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.970402Z tryProduce true
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@563fbeda{AC.ReadCB@2507c5d8{HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 970 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 232 HeapByteBuffer@533a2784[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005\xC1]1n\x8dC\x9c\x02Q\xD5\x14\x93\x0f\xB22\x84U8='...\xDd\x10\x8d\xB6"\x15\x047\x06\x82.%\x15\xE6I\xE3\xE3\xAb\rtd04>>>\x86nH[>w\xA8S0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=232
2021-04-21 05:18:55 971 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.101:46666, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x00\x83\xBa\xCc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...*\x05\xCb\x07\xA2U\x1b<<<\x17\x03\x03\x00\xA9\xEa\xF1L~9\xE6\x01\x94\xC3\xF9M\xD96\xEf~\x05\x1c$\xC2\x04...\xDd\x10\x8d\xB6"\x15\x047\x06\x82.%\x15\xE6I\xE3\xE3\xAb\rtd04>>>\x86nH[>w\xA8S0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-04-21 05:18:55 971 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\xF3\xCd\xBb\x85\xA0cG>>\xF3\xCd\xBb\x85\xA0cG/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=BLOCKING 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-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} filled 152 HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\xF3\xCd\xBb\x85\xA0cG/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\xF3\xCd\xBb\x85\xA0cG>>\xF3\xCd\xBb\x85\xA0cG SPACE1
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.230:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:18:55 972 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.74.230 with SNI null
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@3b09550a in null
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-21 05:18:55 973 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-04-21 05:18:55 973 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-21 05:18:55 973 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 0cfcef97-8de7-4a3a-b66b-b4f7a919606e
2021-04-21 05:18:55 973 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-21 05:18:55 973 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:18:55 974 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@3b09550a
2021-04-21 05:18:55 974 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2cc3af63 exclude no deflater
2021-04-21 05:18:55 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@28fb934c[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@78eec0b2{null}
2021-04-21 05:18:55 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 21 Apr 2021 05:18:55 GMT
X-TransactionID: 0cfcef97-8de7-4a3a-b66b-b4f7a919606e
X-InvocationID: 207c09d4-6516-4b83-8cb8-a639aed571ff
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:18:55 974 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@93e6ba0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@38b76553] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@28fb934c[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-21 05:18:55 975 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 21 Apr 2021 05:18:55 GMT
X-TransactionID: 0cfcef97-8de7-4a3a-b66b-b4f7a919606e
X-InvocationID: 207c09d4-6516-4b83-8cb8-a639aed571ff
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@93e6ba0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@38b76553] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4ca2f0fa{IDLE}->null [HeapByteBuffer@4aa79e54[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@28fb934c[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-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4ca2f0fa{WRITING}->null:IDLE-->WRITING
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=COMPLETING}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4aa79e54[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-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@28fb934c[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-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=COMPLETING}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=COMPLETING}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4ca2f0fa{WRITING}->null
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4ca2f0fa{IDLE}->null:WRITING-->IDLE
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@93e6ba0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@38b76553] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@93e6ba0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@38b76553] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:18:55 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@364004e8 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:18:55 976 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=cfe2f8cd-0a6f-42d6-99a5-a7e273b1f1ed, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:18:55 976 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@364004e8
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@58c728f4{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@58c728f4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@58c728f4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@58c728f4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@58c728f4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-04-21 05:18:55 976 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46666], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@58c728f4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
10.233.74.101 - - [21/Apr/2021:05:18:55 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@41ca6fc3{s=END}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@533a2784[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x86\x1e\x03+e\xE8d\x0e\x88\xBfa\xA0\xF0!\xB63v\xF7\xD4>>>\xB8\xD4\xB4\xBel\xE8\x8c\xC6\xE5...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.977266Z
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@245e9362 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.977341Z
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@1df0b8ec startThread=0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@1df0b8ec in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@1df0b8ec started
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@1df0b8ec waiting
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@245e9362 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.97758Z
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.977489Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1807]@2021-04-21T05:18:55.977646Z tryProduce true
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4d8d98c0{SSLC.NBReadCB@20ab63aa{SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@4d8d98c0{null}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4247428c startThread=0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@563fbeda{null}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4247428c in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 0 updates
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@58c728f4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:18:55 977 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 0 keys
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose HttpConnection@2507c5d8::DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@216e19e5 size 1 > capacity
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 978 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@216e19e5 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@563fbeda{null}
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@563fbeda{null} lost race null
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose SslConnection@20ab63aa::SocketChannelEndPoint@7b087126{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 978 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4247428c in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@20ab63aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60fef38b{/10.233.74.101:46666<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2507c5d8[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41ca6fc3{s=START}]=>HttpChannelOverHttp@1bb3d349{s=HttpChannelState@58c728f4{s=IDLE rs=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-21 05:18:55 978 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@1196861 size 1 > capacity
2021-04-21 05:18:55 978 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@1196861 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:18:59 230 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@479e1294] obtained in 0 millis
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@557ef791, maxRows=1, fetchSize=0, flags=16
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_288)
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_289,query="/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = $1",oids={1043})
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_289,portal=null,$1=<'holmes-engine-mgmt_9201'>,type=VARCHAR)
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2021-04-21 05:18:59 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2021-04-21 05:18:59 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-04-21 05:18:59 232 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-21 05:18:59 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-04-21 05:18:59 232 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-21 05:18:59 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-04-21 05:18:59 232 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@479e1294] released
2021-04-21 05:18:59 232 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$$20b0d226.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-21 05:19:02 177 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@353fd783 on ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-21 05:19:02 177 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-21 05:19:02 177 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:02 177 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@353fd783
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@353fd783 startThread=0
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@353fd783 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230: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-21 05:19:02 178 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1587a552
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:02 178 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@3132865b{AC.ReadCB@670c1a9f{HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 179 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@353fd783 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:02 179 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75
2021-04-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46734], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 180 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1808]@2021-04-21T05:19:02.181101Z
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@1df0b8ec offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1808]@2021-04-21T05:19:02.18125Z
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@44a4859d startThread=0
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@44a4859d in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@44a4859d started
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@44a4859d waiting
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@1df0b8ec task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1808]@2021-04-21T05:19:02.181461Z
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1808]@2021-04-21T05:19:02.181547Z tryProduce true
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1808]@2021-04-21T05:19:02.181515Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 181 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@3132865b{AC.ReadCB@670c1a9f{HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-04-21 05:19:02 182 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@533a2784[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03;\xEc\xF7c:\xCf\xC7\x81y_\x16\x17\x96\x96...'\xD9\xDa\xBbZ\x07\xFb\xB0kN\xE3\\IF\x8a\xF5\x17\x1f!4\xCe\x93I>>>:\x98\xA5\x92\xF4t\xD7\xF2\xA1...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2021-04-21 05:19:02 182 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 183 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 183 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:19:02 183 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@533a2784[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03;\xEc\xF7c:\xCf\xC7\x81...\xB5\xEe\xD9\x81\x8dF\xE6xZAB\x18\xEfo\x00\xA7*wX\xD0\xDf\n\xB4>>>=\xEf\xB9\xC90\xFd"\xFc\xD5...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 184 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03;\xEc\xF7c:\xCf\xC7\x81y_\x16\x17\x96\x96...\xB5\xEe\xD9\x81\x8dF\xE6xZAB\x18\xEfo\x00\xA7*wX\xD0\xDf\n\xB4>>>=\xEf\xB9\xC90\xFd"\xFc\xD5...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 185 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:19:02 188 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1587a552
2021-04-21 05:19:02 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:19:02 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:02 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:02 191 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2021-04-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 192 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[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-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 232 HeapByteBuffer@533a2784[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005r\xDa\xE79\xDb\x8ddx\xC7S\xCeHq\xCa\xDd\xEa{\xFf\x7f\xB4...\x07\x1b\x84xWv6H>\x9f'\xEe\xE9\x81\xDd\x84A\x05s\x19\xE2D\xFa>>>\x01\x12\xB9}I\x12s\xD8\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 193 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=232
2021-04-21 05:19:02 194 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.101:46734, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8d\n`\xCf...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...\xA7\xA8\xFctl)e<<<\x17\x03\x03\x00\xA9\x07\x1c\x9f'\xEe\xE9\x81\xDd\x84A\x05s\x19\xE2D\xFa>>>\x01\x12\xB9}I\x12s\xD8\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>2\xF8p\x019\x11\xF6~\x06...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>2\xF8p\x019\x11\xF6~\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 194 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING 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-21 05:19:02 194 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=15/30000} filled 152 HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>2\xF8p\x019\x11\xF6~\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>2\xF8p\x019\x11\xF6~\x06...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>2\xF8p\x019\x11\xF6~\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-21 05:19:02 195 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.230:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=17/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=17/30000}
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.74.230 with SNI null
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:19:02 196 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@7360038d in null
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-21 05:19:02 197 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering.
2021-04-21 05:19:02 197 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-21 05:19:02 197 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: ae8dd422-f757-4058-bf3c-6afb9edbc874
2021-04-21 05:19:02 197 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-21 05:19:02 197 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-21 05:19:02 198 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@7360038d
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6c362d59 exclude no deflater
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6dd79902[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@dbf7148{null}
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Wed, 21 Apr 2021 05:19:02 GMT
X-TransactionID: ae8dd422-f757-4058-bf3c-6afb9edbc874
X-InvocationID: d4c194d6-fc7a-4c9d-b17b-aa47d1392d7b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7e307719[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@23b1c163] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@6dd79902[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-21 05:19:02 199 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 21 Apr 2021 05:19:02 GMT
X-TransactionID: ae8dd422-f757-4058-bf3c-6afb9edbc874
X-InvocationID: d4c194d6-fc7a-4c9d-b17b-aa47d1392d7b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-21 05:19:02 199 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7e307719[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@23b1c163] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@727f439e{IDLE}->null [HeapByteBuffer@4aa79e54[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@6dd79902[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-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@727f439e{WRITING}->null:IDLE-->WRITING
2021-04-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=21/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=COMPLETING}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4aa79e54[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-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6dd79902[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-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-21 05:19:02 200 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-21 05:19:02 201 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=COMPLETING}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:19:02 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 201 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=COMPLETING}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2021-04-21 05:19:02 201 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@727f439e{WRITING}->null
2021-04-21 05:19:02 201 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@727f439e{IDLE}->null:WRITING-->IDLE
2021-04-21 05:19:02 201 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@7e307719[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@23b1c163] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7e307719[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@23b1c163] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=23/30000}
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} oshut=false, ishut=false
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:02 202 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:02 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-21 05:19:02 203 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2021-04-21 05:19:02 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:02 203 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2021-04-21 05:19:02 203 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}}}
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:02 204 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46734], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9} 
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}:runFillable:BLOCKING
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1809]@2021-04-21T05:19:02.205403Z
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@44a4859d offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1809]@2021-04-21T05:19:02.205449Z
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@79f88656 startThread=0
2021-04-21 05:19:02 205 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=053566df-f36e-4642-bce1-06fac59fb998, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@79f88656 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@79f88656 started
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1809]@2021-04-21T05:19:02.205552Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}:runFillable:BLOCKING/BLOCKING
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@44a4859d task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1809]@2021-04-21T05:19:02.205628Z
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@79f88656 waiting
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.205676Z tryProduce true
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}}}
2021-04-21 05:19:02 205 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting.
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2021-04-21 05:19:02 205 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@3132865b{null}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@3132865b{null} lost race null
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3260924d{s=END}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@1df0b8ec size 1 > capacity
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@1df0b8ec in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@1ef1bea9{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1ef1bea9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2021-04-21 05:19:02 206 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@1ef1bea9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:02 207 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@1ef1bea9{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:02 207 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1ef1bea9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:02 207 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2021-04-21 05:19:02 274 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.74.101 - - [21/Apr/2021:05:19:02 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 78
2021-04-21 05:19:02 274 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@1ef1bea9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:02 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:19:02 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-21 05:19:02 274 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=70/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=95/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@533a2784[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13/\x93\xCb1r\xCe\xB9T6H\x9d\xCcy\xBc\xCb\x97\x04[{>>>\xEd\x0f\xD2\xB3\xF7\xCa\x02i\xC1...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24
2021-04-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=96/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-21 05:19:02 276 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=97/30000} filled -1 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=97/30000}
2021-04-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=97/30000}
2021-04-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=97/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=97/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=97/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=97/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 276 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75 on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ca17e75
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46734], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 277 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.277719Z
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@79f88656 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.277766Z
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@c914e6 startThread=0
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@79f88656 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.277957Z
2021-04-21 05:19:02 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.277924Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1810]@2021-04-21T05:19:02.278023Z tryProduce true
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@366dba00{SSLC.NBReadCB@2177643c{SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=98/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@3132865b{null}
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@3132865b{null} lost race null
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@44a4859d waiting
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@366dba00{null}
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43c49a8 startThread=0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=1/1,p=1}@c914e6 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}]
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 0 updates
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 0 keys
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43c49a8 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}]
2021-04-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 278 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@3132865b{null}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@2177643c::SocketChannelEndPoint@41120761{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=99/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 279 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43c49a8 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}]
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@c914e6 size 1 > capacity
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000}
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@c914e6 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@670c1a9f::DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000} onFillable exit HttpChannelState@1ef1bea9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:19:02 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.74.230:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2177643c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f098b19{/10.233.74.101:46734<->/10.233.74.230:9102,CLOSED,fill=-,flush=-,to=100/30000}=>HttpConnection@670c1a9f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3260924d{s=START}]=>HttpChannelOverHttp@4f01379d{s=HttpChannelState@1ef1bea9{s=IDLE rs=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-21 05:19:02 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@245e9362 size 1 > capacity
2021-04-21 05:19:02 280 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@245e9362 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@270d6ec8 on ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@39a9becc-EngineDActiveApp@76104df5{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/0 selected
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@270d6ec8
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@270d6ec8 startThread=0
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@270d6ec8 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:05 955 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230: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-21 05:19:05 956 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3fc02e1f
2021-04-21 05:19:05 956 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:19:05 956 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:05 956 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@593b4f72{AC.ReadCB@4c13ea0f{HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@a2b85c8{SSLC.NBReadCB@19127106{SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca
2021-04-21 05:19:05 957 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 957 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@270d6ec8 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46768], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1811]@2021-04-21T05:19:05.958562Z
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@44a4859d offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1811]@2021-04-21T05:19:05.958612Z
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@3bc035ba startThread=0
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@44a4859d task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1811]@2021-04-21T05:19:05.958704Z
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@3bc035ba in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1811]@2021-04-21T05:19:05.958677Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@3bc035ba started
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@3bc035ba waiting
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.958748Z tryProduce true
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@a2b85c8{SSLC.NBReadCB@19127106{SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 958 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@593b4f72{AC.ReadCB@4c13ea0f{HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@533a2784[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD6\xC6-f\x8c}\xBd\xD2\xC6`\x88P\xC2\xDc...\xCb\x9bLl_V\x16_=o\x1bf\x87>\x08\xBb\xF6\x9c\x0bc\t9F>>>9af\r\x91\xC6\x84\x13\xC2...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:19:05 959 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 6 HeapByteBuffer@533a2784[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xD6\xC6-f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=6
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 367 HeapByteBuffer@533a2784[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD6\xC6-f\x8c}\xBd\xD2\xC6`\x88P\xC2\xDc...\x0e\xB4^\r\xB6\xCe\x11z\xB3\xC2C\x96\xF91\x98\xBcI\xF8\x9b\xAc\xA9\xEb\xF3>>>wX\xD0\xDf\n\xB4=\xEf\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=367
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-04-21 05:19:05 964 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3fc02e1f
2021-04-21 05:19:05 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-21 05:19:05 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:05 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:05 966 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2700 sequenceNumber = 0 [p=0,l=2700,c=17408,r=2700] ioDone=false/false
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2700 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=10/30000}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@593b4f72{AC.ReadCB@4c13ea0f{HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@a2b85c8{SSLC.NBReadCB@19127106{SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:05 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@79f88656 size 1 > capacity
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@903c13{s=1/1,p=0}@79f88656 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}]
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.230:9102 remote=/10.233.74.101:46768], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.968649Z
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@3bc035ba offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.968687Z
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@68be7118 startThread=0
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@3bc035ba task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.968784Z
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@68be7118 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@68be7118 started
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.96885Z tryProduce true
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@68be7118 waiting
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 968 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1812]@2021-04-21T05:19:05.968833Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@a2b85c8{SSLC.NBReadCB@19127106{SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@593b4f72{AC.ReadCB@4c13ea0f{HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-21 05:19:05 969 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 232 HeapByteBuffer@533a2784[p=0,l=232,c=17408,r=232]={<<<\x17\x03\x03\x005\xD4(v\xF7\xDe\xE9"\xFc\x19[\x95\xD5\x12\xF9\xAa\xD3b\x19"\xE6...=\xBb\xF5\xA5\\\xA1\x95&#\xD4?\x97\xC5\x829\xD5\x88us\xCc\xB07\x01>>>\xD8wB\x0fL\xC0\xEdVU...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 969 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=232
2021-04-21 05:19:05 970 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.101:46768, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=232 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=232,c=17408,r=174] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC8\xBc>\x9d...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=174/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@533a2784[p=58,l=232,c=17408,r=174]={\x17\x03\x03\x005\x14\x00\x00 ...\x1c\xFa-\xB3\x05\xBf\xBe<<<\x17\x03\x03\x00\xA9\x98\xFe\x89\xF0\xDfc]\xB7\xAbY\xEf\xF6\x81\x9f\xDa\xB4\x9e\xFb\x0f\xFd...=\xBb\xF5\xA5\\\xA1\x95&#\xD4?\x97\xC5\x829\xD5\x88us\xCc\xB07\x01>>>\xD8wB\x0fL\xC0\xEdVU...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 174 bytesProduced = 152 encryptedBuffer=[p=232,l=232,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x1b\xBa*x\xFb\x93\xF6:\xD3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x1b\xBa*x\xFb\x93\xF6:\xD3...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING 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-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000} filled 152 HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x1b\xBa*x\xFb\x93\xF6:\xD3...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x1b\xBa*x\xFb\x93\xF6:\xD3...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1fd9ea8[p=0,l=152,c=17408,r=152]={<<>>\x1b\xBa*x\xFb\x93\xF6:\xD3...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.230:9102
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@43d3b66a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:19:05 970 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.74.230 with SNI null
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@a880230 in null
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@602ae7b6{/,null,AVAILABLE}
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter logFilter@6247c08c==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-21 05:19:05 971 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-04-21 05:19:05 971 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-21 05:19:05 971 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: bd8c4b20-5ea0-4a55-85cb-3defb732c252
2021-04-21 05:19:05 971 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-288b73c1@288b73c1==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2bc8caa7@2bc8caa7==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-21 05:19:05 971 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5f911d24@4cb9c25c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@575c23f1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck)@a880230
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@40183960 exclude no deflater
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@83e6ba1[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@1313fd0f{null}
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Wed, 21 Apr 2021 05:19:05 GMT
X-TransactionID: bd8c4b20-5ea0-4a55-85cb-3defb732c252
X-InvocationID: 56bd9746-aa3a-41c8-b3d2-344cf1d710bb
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@59c0f4df[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@581205be] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@83e6ba1[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-21 05:19:05 972 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Wed, 21 Apr 2021 05:19:05 GMT
X-TransactionID: bd8c4b20-5ea0-4a55-85cb-3defb732c252
X-InvocationID: 56bd9746-aa3a-41c8-b3d2-344cf1d710bb
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@59c0f4df[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@581205be] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@230a1e7e{IDLE}->null [HeapByteBuffer@4aa79e54[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@83e6ba1[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-21 05:19:05 972 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@230a1e7e{WRITING}->null:IDLE-->WRITING
2021-04-21 05:19:05 972 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=COMPLETING}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=2}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4aa79e54[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-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@83e6ba1[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-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=COMPLETING}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=COMPLETING}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@230a1e7e{WRITING}->null
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@230a1e7e{IDLE}->null:WRITING-->IDLE
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@59c0f4df[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@581205be] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@59c0f4df[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@581205be] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=5/30000}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@137e30ca[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-21 05:19:05 973 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@a2b85c8{SSLC.NBReadCB@19127106{SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}}}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca on ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@4a094f90{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken with none selected
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 0/0/1 selected
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 0 keys, 1 updates
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@bb4fca
2021-04-21 05:19:05 974 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=a3f1bc1a-7270-41b3-bb6d-1a07dab7d46f, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-engine-mgmt/v1/healthcheck
2021-04-21 05:19:05 974 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 waiting with 1 keys
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 woken up from select, 1/1/1 selected
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@532aef97 processing 1 keys, 0 updates
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.230:9102 remote=/10.233.74.101:46768], selector=sun.nio.ch.EPollSelectorImpl@532aef97, interestOps=1, readyOps=1 SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4} 
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@43d3b66a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@43d3b66a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@43d3b66a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@43d3b66a{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@43d3b66a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@47ace4a8{s=END}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{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.74.230:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@43d3b66a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-21 05:19:05 974 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0} tryExecute EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1813]@2021-04-21T05:19:05.974985Z
10.233.74.101 - - [21/Apr/2021:05:19:05 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 975 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=0}@68be7118 offer EatWhatYouKill@72641613/SelectorProducer@61d61b0e/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1813]@2021-04-21T05:19:05.975025Z
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1} startReservedThread p=1
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@19127106::SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@903c13{s=0/1,p=1}@24b51c94 startThread=0
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@533a2784[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x12it\x15\xE28\x1a]{\xC1lLs\xF3x\xCcW\x90\x86>>>\\\t\xA9-\xFe\x8c\x9b\xD5\xC6...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 975 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-04-21 05:19:05 978 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#p8a\xA9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#p8a\xA9...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@903c13{s=0/1,p=1}@24b51c94 in InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}]
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=1}@24b51c94 started
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=1/1,p=0}@24b51c94 waiting
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 979 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4c13ea0f::DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@1fd9ea8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#p8a\xA9...\x00\x00\x00\x00\x00\x00\x00}
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1813]@2021-04-21T05:19:05.975123Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a657356{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@19127106{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@4c13ea0f[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@47ace4a8{s=START}]=>HttpChannelOverHttp@64a63e5d{s=HttpChannelState@43d3b66a{s=IDLE rs=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-21 05:19:05 979 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@721d8285{/10.233.74.101:46768<->/10.233.74.230:9102,OSHUT,fill=-,flush=-,to=11/30000}
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@903c13{s=0/1,p=1}@68be7118 task=EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d82ca56{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@903c13{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1814]@2021-04-21T05:19:05.979229Z
2021-04-21 05:19:05 979 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@72641613/SelectorProducer@61d61b0e/IDLE/p=t