Results

By type

          2021-06-07 00:00:12 998 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@22448907] obtained in 0 millis
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@dabd961, maxRows=0, fetchSize=0, flags=16
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_108)
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_109,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={})
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_109,portal=null)
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-06-07 00:00:12 999 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2021-06-07 00:00:13 000 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-06-07 00:00:13 000 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-06-07 00:00:13 001 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-06-07 00:00:13 001 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY
2021-06-07 00:00:13 001 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-06-07 00:00:13 001 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@22448907] released
2021-06-07 00:00:13 002 ERROR [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - Failed to reallocate rules.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY", located:"SELECT * FROM ENGINE_ENTITY", rewritten:"/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY", arguments:{ positional:{}, named:{}, 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.list(Query.java:82)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$IterableReturningThing.result(ResultReturnThing.java:253)
	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$$e40132ef.getAllEntities()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45)
	at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42)
	at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76)
	at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66)
	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: 52
  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.GeneratedMethodAccessor32.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.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 14 common frames omitted
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@2d1f3bf0[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444]] on ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update Accept@2d1f3bf0[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444]]
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue Accept@2d1f3bf0[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444]] startThread=0
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run Accept@2d1f3bf0[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:20 422 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-29] invocationID:{InvocationID} - SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-29] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@32c9addf
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - new HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=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@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@55eb62af on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 423 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onOpen HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@2f73a450{AC.ReadCB@5b641f4d{HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Created SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 2 updates
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@55eb62af
2021-06-07 00:00:20 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran Accept@2d1f3bf0[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:20 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36444], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1192]@2021-06-07T00:00:20.426401Z
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@2f04ec99 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1192]@2021-06-07T00:00:20.426536Z
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@61839cba startThread=0
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@61839cba in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@61839cba started
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@61839cba waiting
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@2f04ec99 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1192]@2021-06-07T00:00:20.426801Z
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1192]@2021-06-07T00:00:20.42695Z tryProduce true
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:20 426 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1192]@2021-06-07T00:00:20.426881Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@2f73a450{AC.ReadCB@5b641f4d{HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:20 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@182cb454[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x96\xB2d\xEc\xC0'M5\x1a\x05\x8d\x08\xE7\x8d...\x08#\xF7f\x02\xC0\xB4R\xBc\xDfg\xBc\xB8\xD4\xB1\xEd\x15\x08\x92\x9cSY8>>>\xA3\xA4\xAd}fJ\x87\x8f!...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2021-06-07 00:00:20 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 429 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:20 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:20 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:20 429 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:20 429 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-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 6 HeapByteBuffer@182cb454[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x96\xB2d\xEc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=6
2021-06-07 00:00:20 430 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 367 HeapByteBuffer@182cb454[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x96\xB2d\xEc\xC0'M5\x1a\x05\x8d\x08\xE7\x8d...4\xC9\x02\xF2\x0c\xD6`[\xFc\x91d\xAc\xBb\xA1\xE9\xEb\xAbo\x9a\xC8\xCa\xEa}>>>Nd9R\xC1\x8d\xA2\x0e\xD5...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 430 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=367
2021-06-07 00:00:20 431 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 431 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:20 437 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@32c9addf
2021-06-07 00:00:20 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:20 442 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-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:20 442 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-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:20 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:20 443 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 58 HeapByteBuffer@182cb454[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\\\xEf\xEc#m>\x7f\x91\x97\xE0\x80\x11\x1eX\r...7\xCb\x84n\x18\xC2\nTc;"`Q\x93\x97\xFb\xF6<\xE6\xEf\xD9~w>>>\xE1\xAf\xC0W6\xAa5\xBb~...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=58
2021-06-07 00:00:20 444 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.77.58:36444, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-07 00:00:20 444 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDc\xD4u]...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 444 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-07 00:00:20 444 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:20 444 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 172 HeapByteBuffer@182cb454[p=0,l=172,c=17408,r=172]={<<<\x17\x03\x03\x00\xA7be\x02Jc\xEa\xD65\xBc\xCau\xDe.t}0\x80\xEd\xF5\x11...\xFe\x03\xFd\x18o-+u\x90\x12\x80H\xA7\xE7\x85\xC3NU\x96\xDff\xDa5>>>\x03\x06\x03\x02\x01\x02\x03\xFf\x01...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 444 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=172
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=172 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=172,l=172,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>9\xBd\x1f3\xDdf\xFb\xCcp...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>9\xBd\x1f3\xDdf\xFb\xCcp...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=21/30000} filled 150 HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>9\xBd\x1f3\xDdf\xFb\xCcp...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>9\xBd\x1f3\xDdf\xFb\xCcp...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>9\xBd\x1f3\xDdf\xFb\xCcp...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-07 00:00:20 445 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
GET //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.77.249:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=22/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=22/30000}
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.77.249 with SNI null
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-06-07 00:00:20 446 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@783a596b in null
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-07 00:00:20 447 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-06-07 00:00:20 447 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-07 00:00:20 447 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 0599cbcf-af05-453c-91b3-9916981426cc
2021-06-07 00:00:20 447 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-07 00:00:20 447 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@783a596b
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@70d202d1 exclude no deflater
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@5c3c8cd4[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@2127bda5{null}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Mon, 07 Jun 2021 00:00:20 GMT
X-TransactionID: 0599cbcf-af05-453c-91b3-9916981426cc
X-InvocationID: 7c6f460f-f4b9-447e-855e-46f64def37f7
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@bfc59eb[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6bd806cf] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@5c3c8cd4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 07 Jun 2021 00:00:20 GMT
X-TransactionID: 0599cbcf-af05-453c-91b3-9916981426cc
X-InvocationID: 7c6f460f-f4b9-447e-855e-46f64def37f7
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@bfc59eb[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6bd806cf] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@53ba7d4c{IDLE}->null [HeapByteBuffer@49e7d5ba[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@5c3c8cd4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@53ba7d4c{WRITING}->null:IDLE-->WRITING
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=W,to=24/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=COMPLETING}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@49e7d5ba[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@5c3c8cd4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=W,to=24/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=COMPLETING}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:20 448 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=W,to=24/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=COMPLETING}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@53ba7d4c{WRITING}->null
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@53ba7d4c{IDLE}->null:WRITING-->IDLE
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@bfc59eb[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6bd806cf] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@bfc59eb[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6bd806cf] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=24/30000}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:20 449 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:20 450 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=5ded320e-8bdb-471c-9607-be35bcea8e97, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:20 450 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@100a400f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@100a400f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.77.249:9101 remote=/10.233.77.58:36444], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@100a400f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@100a400f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@100a400f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.77.58 - - [07/Jun/2021:00:00:20 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1193]@2021-06-07T00:00:20.450523Z
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@61839cba offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1193]@2021-06-07T00:00:20.450585Z
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@15fa4592 startThread=0
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@15fa4592 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@15fa4592 started
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@15fa4592 waiting
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@61839cba task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1193]@2021-06-07T00:00:20.450779Z
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1193]@2021-06-07T00:00:20.450844Z tryProduce true
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@100a400f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1193]@2021-06-07T00:00:20.450722Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=5}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@541647e8{s=END}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 450 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@182cb454[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x95\x86\xF4\xCe\x80\xCd90\xCa\xCci\xA72\xD9\xE5>\xF47\x85>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2021-06-07 00:00:20 451 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2f73a450{null}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@2f73a450{null} lost race null
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@2f04ec99 size 1 > capacity
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@2f04ec99 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:20 451 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2c7c416c
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@78099177{l=/10.233.77.249:9101,r=/10.233.77.58:36444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=/10.233.77.249:9101,r=/10.233.77.58:36444,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector loop ignoring invalid key for channel java.nio.channels.SocketChannel[closed]
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@2103550b{SSLC.NBReadCB@17234a25{SslConnection@17234a25::SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@17234a25::SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@2f73a450{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4fec280b startThread=0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 0 updates
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@2f73a450{null}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 0 keys
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4fec280b in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000} onFillable exit HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@b5ab80d size 1 > capacity
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@b5ab80d in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@5b641f4d::DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@17234a25::SocketChannelEndPoint@78099177{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@17234a25{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@24bcf950{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5b641f4d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@541647e8{s=START}]=>HttpChannelOverHttp@5bfaaf69{s=HttpChannelState@100a400f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:20 452 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4fec280b in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1a1c639b[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516]] on ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@1a1c639b[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516]]
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@1a1c639b[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516]] startThread=0
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 422 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@1a1c639b[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 423 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-07 00:00:30 423 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@157636fb
2021-06-07 00:00:30 423 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=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@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:30 423 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:30 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@1c979b9b on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@37431f53{AC.ReadCB@54683cca{HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 2 updates
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@1c979b9b
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 424 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@1a1c639b[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1194]@2021-06-07T00:00:30.425754Z
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@15fa4592 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1194]@2021-06-07T00:00:30.425838Z
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:30 425 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@278c063c startThread=0
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@15fa4592 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1194]@2021-06-07T00:00:30.426002Z
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1194]@2021-06-07T00:00:30.426197Z tryProduce true
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@278c063c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1194]@2021-06-07T00:00:30.426115Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@278c063c started
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@278c063c waiting
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@37431f53{AC.ReadCB@54683cca{HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@182cb454[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9b\x9e\xCf\xD1>\x91\x9e\xD8N_t`\x99W...\x0e\xA0\xD2R\x83\x7f\xDd\xDb\x94P\x07S\xCb\xB0\xBev\xF0\x88\x9b\xB9\x10(t>>>#T\xA1\xF4S\x036\xFb\xB5...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2021-06-07 00:00:30 426 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:30 427 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@182cb454[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x9b\x9e\xCf\xD1...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 367 HeapByteBuffer@182cb454[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9b\x9e\xCf\xD1>\x91\x9e\xD8N_t`\x99W...?\x99$\x945\x1b\xCa\x00\x1f\x98\xCb\xFe\xCe\x00\x8e\xFd\xAb\xEf\x1bcI&\xDa>>>Nd9R\xC1\x8d\xA2\x0e\xD5...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=367
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 428 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:30 432 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@157636fb
2021-06-07 00:00:30 434 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=11/30000}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@37431f53{AC.ReadCB@54683cca{HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 435 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@61839cba size 1 > capacity
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36516], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@61839cba in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1195]@2021-06-07T00:00:30.436656Z
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@278c063c offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1195]@2021-06-07T00:00:30.436709Z
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@11193d94 startThread=0
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1195]@2021-06-07T00:00:30.436783Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@11193d94 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@11193d94 started
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@11193d94 waiting
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@278c063c task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.436916Z
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 436 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@37431f53{AC.ReadCB@54683cca{HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.437025Z tryProduce true
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 230 HeapByteBuffer@182cb454[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xC4\xFe.\x1f\xF8\xC1<\xC9\xD5\xC7A\xBc\xB2\x88\x03L\xE1\xFa8\xF5...\xCb\xCd/E\xFbhf\xDb\xD0\xCb!\xE2\xD5o\xC2!\xF7\xA5:\x84\xEe\x15\x8c>>>\xAb\xF9\xAa\x97>k\xE8t\x02...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=230
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 437 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.77.58:36516, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x89"\xE5\xB8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-07 00:00:30 437 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...Ac\xA6\xD5\xCd:\x92<<<\x17\x03\x03\x00\xA7\xA2\x8b\x93\xC5B\xCd\x87\xA8\xFd\xA5%\xEcNB\xA7q\xEf\xAc[\x07...\xCb\xCd/E\xFbhf\xDb\xD0\xCb!\xE2\xD5o\xC2!\xF7\xA5:\x84\xEe\x15\x8c>>>\xAb\xF9\xAa\x97>k\xE8t\x02...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>C]%\xFdNt\xA4\x14\xAd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>C]%\xFdNt\xA4\x14\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54683cca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>C]%\xFdNt\xA4\x14\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>C]%\xFdNt\xA4\x14\xAd...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>C]%\xFdNt\xA4\x14\xAd...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.77.249:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=2/30000}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.77.249 with SNI null
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@1c772c2d in null
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:30 438 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:30 439 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:30 439 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-07 00:00:30 439 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2021-06-07 00:00:30 439 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-07 00:00:30 439 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 53bb0aae-01c6-4dff-817b-6769f02fb593
2021-06-07 00:00:30 439 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-07 00:00:30 439 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-07 00:00:30 439 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-07 00:00:30 439 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@1c772c2d
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@4549398f exclude no deflater
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2b16242d[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@73bb5946{null}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Mon, 07 Jun 2021 00:00:30 GMT
X-TransactionID: 53bb0aae-01c6-4dff-817b-6769f02fb593
X-InvocationID: eb93477a-5812-4c45-b535-afd4f25f6ec2
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@56881558[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a81cb47] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@2b16242d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 07 Jun 2021 00:00:30 GMT
X-TransactionID: 53bb0aae-01c6-4dff-817b-6769f02fb593
X-InvocationID: eb93477a-5812-4c45-b535-afd4f25f6ec2
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@56881558[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a81cb47] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@40acbb76{IDLE}->null [HeapByteBuffer@49e7d5ba[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@2b16242d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40acbb76{WRITING}->null:IDLE-->WRITING
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=COMPLETING}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@49e7d5ba[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2b16242d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=COMPLETING}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=COMPLETING}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@40acbb76{WRITING}->null
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40acbb76{IDLE}->null:WRITING-->IDLE
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@56881558[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a81cb47] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@56881558[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a81cb47] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:30 440 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=5/30000}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:30 441 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:30 442 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=d28e0e02-0720-4d13-bb8d-7bbc1f8effc5, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:30 442 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@362c8e77
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@1f473aaa{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1f473aaa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@1f473aaa{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@1f473aaa{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1f473aaa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
10.233.77.58 - - [07/Jun/2021:00:00:30 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@54683cca[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@22d8f9ae{s=END}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@1f473aaa{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@182cb454[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xB83\xF7t\x8d\xB0L4\xBc\xAdI.\xF7\x88\xF9\x96\xD1\xB6Q>>>\x996\x85*\x964\x12Ql...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 442 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.77.249:9101 remote=/10.233.77.58:36516], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6df90d{l=/10.233.77.249:9101,r=/10.233.77.58:36516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=/10.233.77.249:9101,r=/10.233.77.58:36516,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=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-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.443666Z
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@17281163{SSLC.NBReadCB@3a2370c9{SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@11193d94 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.443804Z
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:30 443 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@37431f53{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=1 updates=0
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@69f4ab4c startThread=0
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@37431f53{null}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@4ab36a0c startThread=0
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@11193d94 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.444363Z
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.444446Z tryProduce true
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@11193d94 waiting
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1196]@2021-06-07T00:00:30.444136Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=1/1,p=1}@4ab36a0c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=1}]
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@4ab36a0c size 1 > capacity
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@17281163{null}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - FillInterest@17281163{null} lost race null
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@4ab36a0c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@278c063c size 1 > capacity
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@69f4ab4c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@278c063c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@54683cca::DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@3a2370c9::SocketChannelEndPoint@6df90d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a2370c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@700d0dde{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@54683cca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@22d8f9ae{s=START}]=>HttpChannelOverHttp@6565aa46{s=HttpChannelState@1f473aaa{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:30 444 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@69f4ab4c in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@47015641[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528]] on ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@47015641[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528]]
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@47015641[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528]] startThread=0
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@47015641[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-07 00:00:32 140 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7c4a303a
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=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@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@3851d112 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4225d285{AC.ReadCB@679e9065{HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@47015641[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 2 updates
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@3851d112
2021-06-07 00:00:32 141 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 142 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1197]@2021-06-07T00:00:32.142988Z
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@11193d94 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1197]@2021-06-07T00:00:32.143154Z
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@2bcf66a3 startThread=0
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@2bcf66a3 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@2bcf66a3 started
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@2bcf66a3 waiting
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@11193d94 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1197]@2021-06-07T00:00:32.143386Z
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1197]@2021-06-07T00:00:32.143542Z tryProduce true
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1197]@2021-06-07T00:00:32.143499Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 143 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4225d285{AC.ReadCB@679e9065{HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@182cb454[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03s\xA12\x8a\xB2%\xB9\xC4\xE8%n\xB8\xDe\x91...\xC0\xC6-\xE2\x8a\x16\x9f\xD7\xB5\x18e\xFa\xA2r\xB2\x91\x81k1'\x85\xD7]>>>Z\xDfE+\xE1\xCb\xD3\xF2W...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2021-06-07 00:00:32 144 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:32 145 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@182cb454[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03s\xA12\x8a...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@182cb454[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03s\xA12\x8a\xB2%\xB9\xC4\xE8%n\xB8\xDe\x91...O\x94*\xA2\xC6g\xF8\x8e\x1d\x8e\xCcw\x91\x80\xD5\x16\\\xE2\x9c\xBfJY\xC1>>>Nd9R\xC1\x8d\xA2\x0e\xD5...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 146 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:32 150 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@7c4a303a
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 152 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@4225d285{AC.ReadCB@679e9065{HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 153 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@15fa4592 size 1 > capacity
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@15fa4592 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36528], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:32 154 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1198]@2021-06-07T00:00:32.155228Z
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@2bcf66a3 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1198]@2021-06-07T00:00:32.155406Z
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@70da0e75 startThread=0
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@70da0e75 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@70da0e75 started
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@70da0e75 waiting
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@2bcf66a3 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1198]@2021-06-07T00:00:32.155702Z
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1198]@2021-06-07T00:00:32.155879Z tryProduce true
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 155 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1198]@2021-06-07T00:00:32.155754Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@4225d285{AC.ReadCB@679e9065{HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 156 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 158 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 230 HeapByteBuffer@182cb454[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005V\x95\x01!\x1d\xA9\xF4\t\x1b\xCa\xA8\xC1L\\\x97\x12\x9bU\xA9i...}\x1cf\x00N\xDd\x13\x14\x1bn\xE9\xE4\x8a\xD7\xD6\xD67\x87\xB7v\xF5\xDc_>>>\xA5\xFb\xEfp\x08.$\xC25...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 158 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=230
2021-06-07 00:00:32 160 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.77.58:36528, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-07 00:00:32 160 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB6\xA3\xA4\xAc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...2+\xC2W\xDc.s<<<\x17\x03\x03\x00\xA7\xE5\xBbq\xBc\xEb\x97l\xC4\x95\x12z\xAd\xA0\x02E\xC1M\x0e\xB3\xEb...}\x1cf\x00N\xDd\x13\x14\x1bn\xE9\xE4\x8a\xD7\xD6\xD67\x87\xB7v\xF5\xDc_>>>\xA5\xFb\xEfp\x08.$\xC25...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>\x02\xEc\x82\xC7\x82\x9c\x8d\x8f*...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>\x02\xEc\x82\xC7\x82\x9c\x8d\x8f*...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@679e9065[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000} filled 150 HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>\x02\xEc\x82\xC7\x82\x9c\x8d\x8f*...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>\x02\xEc\x82\xC7\x82\x9c\x8d\x8f*...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=150,c=17408,r=150]={<<>>\x02\xEc\x82\xC7\x82\x9c\x8d\x8f*...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.77.249:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=7/30000}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.77.249 with SNI null
2021-06-07 00:00:32 161 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@1de3cf4d in null
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-07 00:00:32 162 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-06-07 00:00:32 162 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-07 00:00:32 162 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 403677d9-802b-497e-bf59-89b46bd44775
2021-06-07 00:00:32 162 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-07 00:00:32 162 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck)@1de3cf4d
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@737fb919 exclude no deflater
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@346ea431[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@14e7ad6f{null}
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Mon, 07 Jun 2021 00:00:32 GMT
X-TransactionID: 403677d9-802b-497e-bf59-89b46bd44775
X-InvocationID: 1e1425a7-9f9b-4f62-95aa-31ae48871da5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@177d9119[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19c4559e] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@346ea431[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 07 Jun 2021 00:00:32 GMT
X-TransactionID: 403677d9-802b-497e-bf59-89b46bd44775
X-InvocationID: 1e1425a7-9f9b-4f62-95aa-31ae48871da5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@177d9119[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19c4559e] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@58ca35bb{IDLE}->null [HeapByteBuffer@49e7d5ba[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@346ea431[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@58ca35bb{WRITING}->null:IDLE-->WRITING
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=COMPLETING}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@49e7d5ba[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@346ea431[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 163 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=COMPLETING}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=COMPLETING}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@58ca35bb{WRITING}->null
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@58ca35bb{IDLE}->null:WRITING-->IDLE
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@177d9119[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19c4559e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@177d9119[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@19c4559e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=10/30000}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 164 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:32 165 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=f7e09a52-422c-4465-bfa7-a6a5b6c5c66e, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:32 165 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@77595776
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
10.233.77.58 - - [07/Jun/2021:00:00:32 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@7933f9ef{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7933f9ef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@7933f9ef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@7933f9ef{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7933f9ef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.77.249:9101 remote=/10.233.77.58:36528], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51ab7d6d{s=END}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{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.77.249:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@7933f9ef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=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-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@182cb454[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x132\xB4h\x8a\xBdX'\xCe}\\Hj\xEd|\xD2\x00s\x8b\x86>>>:\xE3\xCe\xF0\x02\xA9 \x8cP...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1199]@2021-06-07T00:00:32.165703Z
2021-06-07 00:00:32 165 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@70da0e75 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1199]@2021-06-07T00:00:32.165773Z
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@79c85810 startThread=0
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@79c85810 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@79c85810 started
2021-06-07 00:00:32 165 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@79c85810 waiting
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@70da0e75 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1199]@2021-06-07T00:00:32.166016Z
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1199]@2021-06-07T00:00:32.165909Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1200]@2021-06-07T00:00:32.166135Z tryProduce true
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=/10.233.77.249:9101,r=/10.233.77.58:36528,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@74ca5292{SSLC.NBReadCB@5ecbbb76{SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=1 updates=0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3926a805 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@4225d285{null}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - FillInterest@4225d285{null} lost race null
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3926a805 startThread=0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@4225d285{null}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 0 updates
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 0 keys
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@5ecbbb76::SocketChannelEndPoint@53dc0495{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3926a805 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@2bcf66a3 size 1 > capacity
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@2bcf66a3 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@679e9065::DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5ecbbb76{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4a78b2f0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@679e9065[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51ab7d6d{s=START}]=>HttpChannelOverHttp@2bbe95d9{s=HttpChannelState@7933f9ef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@11193d94 size 1 > capacity
2021-06-07 00:00:32 166 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@11193d94 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:33 032 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-06-07 00:00:33 033 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-06-07 00:00:33 034 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_199,200,1940586401)
2021-06-07 00:00:33 035 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-06-07 00:00:33 037 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-06-07 00:00:33 037 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-06-07 00:00:33 038 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-06-07 00:00:33 038 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-06-07 00:00:33 039 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-06-07 00:00:33 039 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-06-07 00:00:33 039 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-06-07 00:00:33 039 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-06-07 00:00:33 040 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-07 00:00:33 040 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-07 00:00:33 041 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-06-07 00:00:33 042 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:80)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:62)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:86)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 24 common frames omitted
2021-06-07 00:00:33 042 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2021-06-07 00:00:33 042 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2021-06-07 00:00:33 045 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2021-06-07 00:00:33 046 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-06-07 00:00:33 051 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-06-07 00:00:33 052 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@63f355095 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2021-06-07 00:00:33 054 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-06-07 00:00:33 054 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@45c3ff157 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 701}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Mon, 07 Jun 2021 00:00:33 GMT}{Content-Length: 339}
2021-06-07 00:00:33 056 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000
2021-06-07 00:00:33 057 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-06-07 00:00:33 057 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_200,201,275275941)
2021-06-07 00:00:33 059 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-06-07 00:00:33 061 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-06-07 00:00:33 061 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-06-07 00:00:33 061 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-06-07 00:00:33 062 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-06-07 00:00:33 062 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-06-07 00:00:33 062 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-06-07 00:00:33 063 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-06-07 00:00:33 063 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-06-07 00:00:33 064 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-07 00:00:33 064 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-06-07 00:00:33 065 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-06-07 00:00:33 066 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:80)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:88)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 23 common frames omitted
2021-06-07 00:00:33 066 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2021-06-07 00:00:33 066 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2021-06-07 00:00:33 071 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2021-06-07 00:00:33 072 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt
2021-06-07 00:00:33 077 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-06-07 00:00:33 077 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@5ba6ab3a5 pairs: {GET /service_component/holmes-rule-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2021-06-07 00:00:33 107 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt
2021-06-07 00:00:33 108 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@11c9a5995 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 8fce897a-f191-4a4c-a39b-6e50669bb9f5}{Content-Type: application/json}{Content-Length: 4153}{Date: Mon, 07 Jun 2021 00:00:33 GMT}
2021-06-07 00:00:33 108 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt. The corresponding configurations are {"holmes.default.rule.volte.scenario1": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b$$$package org.onap.holmes.droolsRule;\n\nimport org.onap.holmes.common.dmaap.DmaapService;\nimport org.onap.holmes.common.api.stat.VesAlarm;\nimport org.onap.holmes.common.aai.CorrelationUtil;\nimport org.onap.holmes.common.dmaap.entity.PolicyMsg;\nimport org.onap.holmes.common.dropwizard.ioc.utils.ServiceLocatorHolder;\nimport org.onap.holmes.common.utils.DroolsLog;\n \n\nrule \"Relation_analysis_Rule\"\nsalience 200\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 0,\n            $sourceId: sourceId, sourceId != null && !sourceId.equals(\"\"),\n\t\t\t$sourceName: sourceName, sourceName != null && !sourceName.equals(\"\"),\n\t\t\t$startEpochMicrosec: startEpochMicrosec,\n            eventName in (\"Fault_MultiCloud_VMFailure\"),\n            $eventId: eventId)\n        $child : VesAlarm( eventId != $eventId, parentId == null,\n            CorrelationUtil.getInstance().isTopologicallyRelated(sourceId, $sourceId, $sourceName),\n            eventName in (\"Fault_MME_eNodeB out of service alarm\"),\n            startEpochMicrosec < $startEpochMicrosec + 60000 && startEpochMicrosec > $startEpochMicrosec - 60000 )\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"Relation_analysis_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\t$child.setParentId($root.getEventId());\n\t\tupdate($child);\n\t\t\nend\n\nrule \"root_has_child_handle_Rule\"\nsalience 150\nno-loop true\n\twhen\n\t\t$root : VesAlarm(alarmIsCleared == 0, rootFlag == 0, $eventId: eventId)\n\t\t$child : VesAlarm(eventId != $eventId, parentId == $eventId)\n\tthen\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_has_child_handle_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, $child, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_no_child_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 0, rootFlag == 0,\n            sourceId != null && !sourceId.equals(\"\"),\n\t\t\tsourceName != null && !sourceName.equals(\"\"),\n            eventName in (\"Fault_MultiCloud_VMFailure\"))\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_no_child_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_cleared_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 1, rootFlag == 1)\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_cleared_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\tretract($root);\nend\n\nrule \"child_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $child : VesAlarm(alarmIsCleared == 1, rootFlag == 0)\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"child_handle_Rule: childId=\" + $child.getEventId());\n\t\tretract($child);\nend", "services_calls": {}, "streams_publishes": {}, "streams_subscribes": {}}
2021-06-07 00:00:33 110 DEBUG [org.apache.http.client.protocol.RequestAddCookies][pool-2-thread-1] invocationID:{InvocationID} - CookieSpec selected: default
2021-06-07 00:00:33 110 DEBUG [org.apache.http.client.protocol.RequestAuthCache][pool-2-thread-1] invocationID:{InvocationID} - Auth cache not set in the context
2021-06-07 00:00:33 110 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection request: [route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-06-07 00:00:33 110 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection leased: [id: 18][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 200]
2021-06-07 00:00:33 110 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Opening connection {s}->https://127.0.0.1:9101
2021-06-07 00:00:33 110 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator][pool-2-thread-1] invocationID:{InvocationID} - Connecting to /127.0.0.1:9101
2021-06-07 00:00:33 110 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Connecting socket to /127.0.0.1:9101 with timeout 30000
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@56d43db1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896]] on ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:33 111 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Enabled protocols: [SSLv3, TLSv1, TLSv1.2]
2021-06-07 00:00:33 111 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
2021-06-07 00:00:33 111 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Starting handshake
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update Accept@56d43db1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896]]
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue Accept@56d43db1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896]] startThread=0
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:33 111 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@56d43db1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@114e4838
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=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@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@d9155f8 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}
2021-06-07 00:00:33 112 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4eacb8ca{AC.ReadCB@c940ee5{HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@49151a72{SSLC.NBReadCB@49956199{SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2bee3360 on ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/1 selected
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 2 updates
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@56d43db1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896]] in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100648440@d9155f8
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x0000000100609840@2bee3360
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 1/1/1 selected
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 1 keys, 0 updates
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:53896], selector=sun.nio.ch.EPollSelectorImpl@cf8f29e, interestOps=1, readyOps=1 SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 113 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0} tryExecute EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1200]@2021-06-07T00:00:33.113998Z
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=0}@79c85810 offer EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1200]@2021-06-07T00:00:33.11411Z
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1} startReservedThread p=1
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@28554ac8{s=0/1,p=1}@df3877b startThread=0
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1200]@2021-06-07T00:00:33.114239Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=0/1,p=1}@79c85810 task=EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1200]@2021-06-07T00:00:33.114305Z
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@28554ac8{s=0/1,p=1}@df3877b in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}]
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1e6d30c0/SelectorProducer@39a3984c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1201]@2021-06-07T00:00:33.114385Z tryProduce true
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=1}@df3877b started
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@df3877b waiting
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@49151a72{SSLC.NBReadCB@49956199{SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 1 keys
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4eacb8ca{AC.ReadCB@c940ee5{HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 319 HeapByteBuffer@182cb454[p=0,l=319,c=17408,r=319]={<<<\x16\x03\x03\x01:\x01\x00\x016\x03\x03\xA3\xD7\x91Z\x98t\x06%|\xEc\x8b\xC7\xF0\xE3...\t\x00\x07\x02\x00\x04\x00\x00\x00\x00\x00\x17\x00\x00\x00+\x00\x05\x04\x03\x03\x03\x01>>>{\xEd\xAe&M\xB13\xB1\x1c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=319
2021-06-07 00:00:33 114 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=319/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=319 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 319 bytesProduced = 0 encryptedBuffer=[p=319,l=319,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 115 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 90 sequenceNumber = 0 [p=0,l=90,c=17408,r=90] ioDone=false/false
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 90 SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 1 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 45 sequenceNumber = 0 [p=0,l=45,c=17408,r=45] ioDone=false/false
2021-06-07 00:00:33 116 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 45 SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01:\x01\x00\x016...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:33 117 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@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Secure session established
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  negotiated protocol: TLSv1.2
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 51 HeapByteBuffer@182cb454[p=0,l=51,c=17408,r=51]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x00(\x00\x00\x00\x00\x00\x00\x00\x004iu~\xBb\xB2...M@neI\xD8\xE33\xBb\xE4\xD4bd\x0c\xEc\xC6\xFd\x0e\x0bn\xF1]|>>>\xE0\xAf\xC9\x04\xB4\xE1\x94\x9e!...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=51
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  peer principal: C=US, O=ONAP, OU=OSAAF, OU=holmes-rule-mgmt@holmes-rule-mgmt.onap.org:DEV, CN=holmes-rule-mgmt
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  peer alternative names: [mark.d.manager@people.osaaf.com, holmes-rule-mgmt, holmes-rule-mgmt.api.simpledemo.onap.org, holmes-rule-mgmt.onap]
2021-06-07 00:00:33 117 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  issuer principal: CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=51 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=51,c=17408,r=45] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-07 00:00:33 117 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator][pool-2-thread-1] invocationID:{InvocationID} - Connection established 127.0.0.1:53896<->127.0.0.1:9101
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@182cb454[p=6,l=51,c=17408,r=45]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x00(\x00\x00\x00\x00\x00\x00\x00\x004iu~\xBb\xB2^\xAf8M@neI\xD8\xE33\xBb\xE4\xD4bd\x0c\xEc\xC6\xFd\x0e\x0bn\xF1]|>>>\xE0\xAf\xC9\x04\xB4\xE1\x94\x9e!...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 117 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-06-07 00:00:33 117 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18: set socket timeout to 30000
2021-06-07 00:00:33 117 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Executing request GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1
2021-06-07 00:00:33 117 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Target auth state: UNCHALLENGED
2021-06-07 00:00:33 117 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Proxy auth state: UNCHALLENGED
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> Content-Type: application/json
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> Host: 127.0.0.1:9101
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> Connection: Keep-Alive
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)
2021-06-07 00:00:33 117 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> Accept-Encoding: gzip,deflate
2021-06-07 00:00:33 117 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1[\r][\n]"
2021-06-07 00:00:33 117 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "Content-Type: application/json[\r][\n]"
2021-06-07 00:00:33 117 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "Host: 127.0.0.1:9101[\r][\n]"
2021-06-07 00:00:33 117 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "Connection: Keep-Alive[\r][\n]"
2021-06-07 00:00:33 117 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)[\r][\n]"
2021-06-07 00:00:33 118 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2021-06-07 00:00:33 118 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 >> "[\r][\n]"
2021-06-07 00:00:33 117 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 127.0.0.1:49402, TLSv1.2, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 0
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = FINISHED bytesConsumed = 45 bytesProduced = 0 encryptedBuffer=[p=51,l=51,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#>\xD1\x956...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=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.2/TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 236 HeapByteBuffer@182cb454[p=0,l=236,c=17408,r=236]={<<<\x17\x03\x03\x00\xE7\x00\x00\x00\x00\x00\x00\x00\x01\xCf\xF2\x17\x0f\\\x88\xFaP\xAa0\x0c\xEe...\xDe\xC4\x0e\xBb\x1a\x0fUz\x1f'\xCd\x17\x8d\xE5\xC5\xD59 {\xDe\\z\xE6>>>\x02\x03\x03\x03\x01\x03\x02\x02\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=236
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=236 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 236 bytesProduced = 207 encryptedBuffer=[p=236,l=236,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=207,c=17408,r=207]={<<>>\xF8$A\xBc\xF6^O}\x0e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=207,c=17408,r=207]={<<>>\xF8$A\xBc\xF6^O}\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@c940ee5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=5/30000} filled 207 HeapByteBuffer@6d36b1fc[p=0,l=207,c=17408,r=207]={<<>>\xF8$A\xBc\xF6^O}\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=207,c=17408,r=207]={<<>>\xF8$A\xBc\xF6^O}\x0e...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6d36b1fc[p=0,l=207,c=17408,r=207]={<<>>\xF8$A\xBc\xF6^O}\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Content-Type: application/json --> IN_VALUE
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Content-Type: application/json --> FIELD
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: keep-alive --> IN_VALUE
2021-06-07 00:00:33 118 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: keep-alive --> FIELD
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding --> IN_VALUE
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding --> FIELD
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=0}
GET //127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule HTTP/1.1
Content-Type: application/json
Host: 127.0.0.1:9101
Connection: keep-alive
User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)
Accept-Encoding: gzip,deflate


2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=6/30000}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=0} 
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=0}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 127.0.0.1 with SNI null
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=0}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@3181d4de{STARTED,min=256,inflate=8192} handle Request(GET https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule)@d23cb94 in null
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/rule @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/rule @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/rule -> io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:33 119 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter customFilter@4975dda1==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-07 00:00:33 119 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-06-07 00:00:33 119 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-07 00:00:33 120 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9a6aeb67-e681-46f7-9c10-4f7fc7074d2f
2021-06-07 00:00:33 120 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-07 00:00:33 120 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-17fbfb02@17fbfb02==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-07 00:00:33 120 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-6c8efde4@6c8efde4==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-07 00:00:33 120 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-1a2773a8@991a8f46==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-07 00:00:33 121 TRACE [org.skife.jdbi.v2.DBI][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2321064b] obtained in 0 millis
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@24c0de47, maxRows=0, fetchSize=0, flags=16
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> CloseStatement(S_109)
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Parse(stmt=S_110,query="SELECT * FROM APLUS_RULE ",oids={})
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Bind(stmt=S_110,portal=null)
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-06-07 00:00:33 122 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Sync
2021-06-07 00:00:33 123 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE CloseComplete
2021-06-07 00:00:33 123 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "aplus_rule" does not exist
  Position: 15
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-06-07 00:00:33 123 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-06-07 00:00:33 123 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SELECT * FROM APLUS_RULE 
2021-06-07 00:00:33 123 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-06-07 00:00:33 123 WARN  [org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Failed to query the rule: id =null.
2021-06-07 00:00:33 124 TRACE [org.skife.jdbi.v2.DBI][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2321064b] released
2021-06-07 00:00:33 124 ERROR [org.onap.holmes.rulemgt.resources.RuleMgtResources][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - query rule failed,cause query condition conversion failure
org.onap.holmes.common.exception.CorrelationException: Failed to query the rule.
	at org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao.getCorrelationRulesByCondition(CorrelationRuleQueryDao.java:60)
	at org.onap.holmes.rulemgt.wrapper.RuleMgtWrapper.getCorrelationRuleByCondition(RuleMgtWrapper.java:235)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:135)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "aplus_rule" does not exist
  Position: 15
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM APLUS_RULE ", located:"SELECT * FROM APLUS_RULE ", rewritten:"SELECT * FROM APLUS_RULE ", arguments:{ positional:{}, named:{}, 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.list(Query.java:82)
	at org.skife.jdbi.v2.Query.list(Query.java:75)
	at org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao.getCorrelationRulesByCondition(CorrelationRuleQueryDao.java:53)
	... 71 common frames omitted
Caused by: org.postgresql.util.PSQLException: ERROR: relation "aplus_rule" does not exist
  Position: 15
  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.GeneratedMethodAccessor32.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.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-06-07 00:00:33 124 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Starting mapping of the exception.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-07 00:00:33 124 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - WebApplicationException (WAE) with non-null entity thrown. Response with status 499 is directly generated from the WAE.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1c1495d0 exclude by status 499
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@630cbe4d[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@419c768d{null}
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
499  HTTP/1.1
Date: Mon, 07 Jun 2021 00:00:33 GMT
X-TransactionID: 9a6aeb67-e681-46f7-9c10-4f7fc7074d2f
X-InvocationID: 4f354a3e-a612-4a44-b3e3-666dc0a42b69
Content-Length: 25
Content-Type: text/plain


2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@10107d40[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2812d087] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@630cbe4d[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Mon, 07 Jun 2021 00:00:33 GMT
X-TransactionID: 9a6aeb67-e681-46f7-9c10-4f7fc7074d2f
X-InvocationID: 4f354a3e-a612-4a44-b3e3-666dc0a42b69
Content-Length: 25
Content-Type: text/plain


2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@10107d40[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2812d087] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@2e6aed1e{IDLE}->null [HeapByteBuffer@49e7d5ba[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@630cbe4d[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@2e6aed1e{WRITING}->null:IDLE-->WRITING
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62637145{s=COMPLETING}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@49e7d5ba[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@630cbe4d[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-07 00:00:33 125 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 234 bytesProduced = 263 sequenceNumber = 1 [p=0,l=263,c=17408,r=263] ioDone=false/false
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62637145{s=COMPLETING}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "HTTP/1.1 499 [\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "Date: Mon, 07 Jun 2021 00:00:33 GMT[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "X-TransactionID: 9a6aeb67-e681-46f7-9c10-4f7fc7074d2f[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "X-InvocationID: 4f354a3e-a612-4a44-b3e3-666dc0a42b69[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "Content-Type: text/plain[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "Content-Length: 25[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "[\r][\n]"
2021-06-07 00:00:33 126 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << "Failed to query the rule."
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62637145{s=COMPLETING}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << HTTP/1.1 499 
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << Date: Mon, 07 Jun 2021 00:00:33 GMT
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << X-TransactionID: 9a6aeb67-e681-46f7-9c10-4f7fc7074d2f
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << X-InvocationID: 4f354a3e-a612-4a44-b3e3-666dc0a42b69
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << Content-Type: text/plain
2021-06-07 00:00:33 126 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18 << Content-Length: 25
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@2e6aed1e{WRITING}->null
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@2e6aed1e{IDLE}->null:WRITING-->IDLE
2021-06-07 00:00:33 126 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@10107d40[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2812d087] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-06-07 00:00:33 126 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-06-07 00:00:33 126 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-18: Shutdown connection
2021-06-07 00:00:33 126 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=1d8cba27-7735-4ba9-8907-3c1a1c449e84, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-rule-mgmt/v1/rule
2021-06-07 00:00:33 126 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-06-07 00:00:33 126 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded
2021-06-07 00:00:33 126 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 18][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-06-07 00:00:33 126 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-06-07 00:00:33 126 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499
org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499
	at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@ae9c526{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@ae9c526{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@ae9c526{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@ae9c526{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@ae9c526{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
127.0.0.1 - - [07/Jun/2021:00:00:33 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 8
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - unconsumed input HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=14/30000}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62637145{s=END}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-06-07 00:00:33 127 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 31 HeapByteBuffer@182cb454[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02\\Ny-\xBc\x98\x1em\xC2{a\xB4\xAbw\x0c\x85K\xF3>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=31
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=31 Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 31 bytesProduced = 0 encryptedBuffer=[p=31,l=31,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62637145{s=END}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=15/30000} filled -1 HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT_END --> END
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{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://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpInput][dw-22] invocationID:{InvocationID} - HttpInputOverHTTP@ce0de40[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - END --> CLOSED
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=15/30000}
2021-06-07 00:00:33 128 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@ae9c526{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=true/true
2021-06-07 00:00:33 129 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=16/30000} stored flush exception
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=17/30000}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=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=false, ishut=false
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@50ffe73c[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 130 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7d130ce5{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=/127.0.0.1:9101,r=/127.0.0.1:53896,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@49151a72{null}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@44aeae34{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f8948e1 startThread=0
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f8948e1 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7d130ce5{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 0 updates
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e waiting with 0 keys
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@49956199::SocketChannelEndPoint@7d130ce5{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@7d130ce5{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f8948e1 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7d130ce5{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22] invocationID:{InvocationID} - ignored: WriteFlusher@2e6aed1e{IDLE}->null
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@4eacb8ca{null}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - 
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-07 00:00:33 131 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@6d36b1fc[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@c940ee5::DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000} onFillable exit HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@49956199{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f7884ba{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@c940ee5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62637145{s=START}]=>HttpChannelOverHttp@37b6c641{s=HttpChannelState@ae9c526{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@28554ac8{s=1/1,p=0}@70da0e75 size 1 > capacity
2021-06-07 00:00:33 132 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@28554ac8{s=1/1,p=0}@70da0e75 in InstrumentedQueuedThreadPool[dw]@409732fb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@28554ac8{s=1/1,p=0}]
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@2c04c20[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36608]] on ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@2ecdf528-RuleActiveApp@46cf8c07{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@44aeae34{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken with none selected
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e woken up from select, 0/0/0 selected
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@cf8f29e processing 0 keys, 1 updates
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-06-07 00:00:40 422 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@2c04c20[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36608]]
2021-06-07 00:00:40 423 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@2c04c20[java.nio.channels.SocketChannel[connected local=/10.233.77.249:9101 remote=/10.233.77.58:36608]] startThread=0
2021-06-07 00:00:40 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-06-07 00:00:40 423 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID