Results

By type

          2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@2e79701a{SSLC.NBReadCB@34004c4a{SslConnection@34004c4a::SocketChannelEndPoint@6174ae0{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@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@6174ae0{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@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@34004c4a::SocketChannelEndPoint@6174ae0{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@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6174ae0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@25e2acc4{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.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$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-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=1 updates=0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@6174ae0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19ee112d startThread=0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@25e2acc4{null}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 0 updates
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19ee112d in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 0 keys
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@34004c4a::SocketChannelEndPoint@6174ae0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@25e2acc4{null}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@25e2acc4{null} lost race null
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6174ae0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-20] invocationID:{InvocationID} - onClose HttpConnection@d0ae66c::DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-09-25 23:18:36 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 352 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@46b5b09c size 1 > capacity
2021-09-25 23:18:36 352 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@46b5b09c in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:36 352 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-20] invocationID:{InvocationID} - onClose SslConnection@34004c4a::SocketChannelEndPoint@6174ae0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@34004c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1daadc18{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@d0ae66c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7f011cce{s=START}]=>HttpChannelOverHttp@38c2c679{s=HttpChannelState@2156c298{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:36 352 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19ee112d in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@5fed9b00[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006]] on ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update Accept@5fed9b00[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006]]
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue Accept@5fed9b00[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006]] startThread=0
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@5fed9b00[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-25 23:18:39 649 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@2d86a488
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@72477d0b on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@744145{AC.ReadCB@1ded50a7{HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 650 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=2
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 2 updates
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 2
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@72477d0b
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@5fed9b00[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3392]@2021-09-25T23:18:39.651502Z
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@7c897a86 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3392]@2021-09-25T23:18:39.651564Z
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@7215c51d startThread=0
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@7c897a86 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3392]@2021-09-25T23:18:39.651689Z
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3392]@2021-09-25T23:18:39.651647Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3393]@2021-09-25T23:18:39.65173Z tryProduce true
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@7215c51d in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@7215c51d started
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7215c51d waiting
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 651 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@744145{AC.ReadCB@1ded50a7{HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 261 HeapByteBuffer@42d8d735[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xDak\xFf_\xCcK\x8b\x8cI\xF2D\xBc\xA7\xB7...\xA4i\xB0\x14\xC8I\x96\xCf\xE4\xF5Enb\xD0\xA3\x94Q\xE4k\xE3\xFd\xBdL>>>\xEa\xDb\xEc2M\x13\r \x97...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=261
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill starting handshake SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 6 HeapByteBuffer@42d8d735[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xDak\xFf_...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=6
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[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-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000} filled 0 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000} parsed false HttpParser{s=START,0 of -1}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@744145{AC.ReadCB@1ded50a7{HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@714bcfcc size 1 > capacity
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@714bcfcc in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:39 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36006], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3393]@2021-09-25T23:18:39.65442Z
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@7215c51d offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3393]@2021-09-25T23:18:39.654473Z
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@89b9cdb startThread=0
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3393]@2021-09-25T23:18:39.65457Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@89b9cdb in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@89b9cdb started
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@89b9cdb waiting
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@744145{AC.ReadCB@1ded50a7{HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-25 23:18:39 654 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@42d8d735[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xDak\xFf_\xCcK\x8b\x8cI\xF2D\xBc\xA7\xB7...\xBf\xAe#\xA8\xDa\xA7\x14\xB4\x83\x01\xFc\xF8\x03H\x02d\x9f\\\xFa\xB7\x12W\xEf>>>LK&Ax)\x84\x93V...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:39 657 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7215c51d task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.657288Z
2021-09-25 23:18:39 657 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.657488Z tryProduce true
2021-09-25 23:18:39 657 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:39 657 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 660 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@2d86a488
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 663 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-09-25 23:18:39 664 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 58 HeapByteBuffer@42d8d735[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\xA8-A\x07\xA5\xB3\xE4w\x93\xF6\x90\xF6J\x02\xF4\xCe\x9d\x17\x1b\xC7...>\xDb\xF2f\xC3\x9e:\xC9`\xF7\xBf\xD2\xB4e\xF1UD\x87\xE4]!+\x89>>>y19\xD5\xF5YJU\xF4...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=58
2021-09-25 23:18:39 666 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.214:36006, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xD3\xE16...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 171 HeapByteBuffer@42d8d735[p=0,l=171,c=17408,r=171]={<<<\x17\x03\x03\x00\xA6\xAb\xAf\xB5Zpn\x04{x\x9c\x0b5\x1c\xFb\xF8Bk\xEb^\x88...lJ\x82\x817\x9e\xD6G\xC0\xAd\xD4R\x80E\x1c\x00\xA6\xEcAc\xAd\xA9u>>>\x05\x03\x06\x03\x02\x01\x02\x03\xFf...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=171
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=171 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=171,l=171,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>r\x03\x06`}YU\x83\xA7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>r\x03\x06`}YU\x83\xA7...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=14/30000} filled 149 HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>r\x03\x06`}YU\x83\xA7...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>r\x03\x06`}YU\x83\xA7...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>r\x03\x06`}YU\x83\xA7...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-09-25 23:18:39 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.47:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=15/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=15/30000}
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-09-25 23:18:39 668 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.74.47 with SNI null
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@4e958f08{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck)@555b903e in null
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-09-25 23:18:39 669 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2021-09-25 23:18:39 669 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-09-25 23:18:39 669 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 6ee0883b-8586-4cb2-8bf5-a0fa9f081850
2021-09-25 23:18:39 669 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-09-25 23:18:39 669 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-09-25 23:18:39 670 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:39 671 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4e958f08{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck)@555b903e
2021-09-25 23:18:39 671 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@3bb80c31 exclude no deflater
2021-09-25 23:18:39 671 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@44936ebe[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@10ba5fb3{null}
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sat, 25 Sep 2021 23:18:39 GMT
X-TransactionID: 6ee0883b-8586-4cb2-8bf5-a0fa9f081850
X-InvocationID: 5629610c-74d2-4fc8-a4f5-414273d8697d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1969e7fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62cbb962] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@44936ebe[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-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 25 Sep 2021 23:18:39 GMT
X-TransactionID: 6ee0883b-8586-4cb2-8bf5-a0fa9f081850
X-InvocationID: 5629610c-74d2-4fc8-a4f5-414273d8697d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1969e7fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62cbb962] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3df2cd1b{IDLE}->null [HeapByteBuffer@7572d9e1[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@44936ebe[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-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3df2cd1b{WRITING}->null:IDLE-->WRITING
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=COMPLETING}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7572d9e1[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-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@44936ebe[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-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=COMPLETING}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 672 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=COMPLETING}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3df2cd1b{WRITING}->null
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3df2cd1b{IDLE}->null:WRITING-->IDLE
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1969e7fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62cbb962] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1969e7fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62cbb962] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=19/30000}
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:39 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:39 674 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 675 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=5eebba19-ab35-441b-90f0-9966d4ed14c6, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:39 675 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@571dea0f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@571dea0f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@571dea0f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@571dea0f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@571dea0f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.47:9101 remote=/10.233.74.214:36006], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 
10.233.74.214 - - [25/Sep/2021:23:18:39 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@571dea0f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77eb5f77{s=END}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}
2021-09-25 23:18:39 675 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@42d8d735[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13:,=fJ8S\xF2\x83\xA4z\xD2\x95\x98\xBc\xB6"\xFd|>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.676072Z
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@89b9cdb offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.676153Z
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@28b70136 startThread=0
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@28b70136 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@28b70136 started
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@28b70136 waiting
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@89b9cdb task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.676458Z
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=3394]@2021-09-25T23:18:39.676402Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.676511Z tryProduce true
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000} filled -1 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@744145{null}
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@744145{null} lost race null
2021-09-25 23:18:39 676 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7215c51d size 1 > capacity
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@7215c51d in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@1619cad5
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.47:9101 remote=/10.233.74.214:36006], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@d2be663{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=/10.233.74.47:9101,r=/10.233.74.214:36006,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@4992cb65{SSLC.NBReadCB@4a32acde{SslConnection@4a32acde::SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.677748Z
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@4a32acde::SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@28b70136 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.677802Z
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@2167e6e startThread=0
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@2167e6e in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@28b70136 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.677964Z
2021-09-25 23:18:39 677 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@2167e6e started
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@2167e6e waiting
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.678013Z tryProduce true
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3395]@2021-09-25T23:18:39.677917Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@d2be663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=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-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@4992cb65{null}
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@4992cb65{null} lost race null
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@89b9cdb size 1 > capacity
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@89b9cdb in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@d2be663{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@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@744145{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-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 0 updates
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 0 keys
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f775ad1 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@d2be663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=25/30000}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@4a32acde::SocketChannelEndPoint@d2be663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f775ad1 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:39 678 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7f775ad1 startThread=0
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@744145{null}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1ded50a7::DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000} onFillable exit HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@4a32acde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d71671{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@1ded50a7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eb5f77{s=START}]=>HttpChannelOverHttp@1e1e2b6a{s=HttpChannelState@571dea0f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7c897a86 size 1 > capacity
2021-09-25 23:18:39 679 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@7c897a86 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@135f6a0f[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110]] on ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@135f6a0f[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110]]
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@135f6a0f[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110]] startThread=0
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@135f6a0f[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@529a833c
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@1f4f8665 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:49 650 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 651 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=2
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 2 updates
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@1f4f8665
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@135f6a0f[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3396]@2021-09-25T23:18:49.652812Z
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@2167e6e offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3396]@2021-09-25T23:18:49.652879Z
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:49 652 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@1e70b0b4 startThread=0
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3396]@2021-09-25T23:18:49.65298Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@2167e6e task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3396]@2021-09-25T23:18:49.653057Z
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3397]@2021-09-25T23:18:49.653183Z tryProduce true
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@1e70b0b4 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@1e70b0b4 started
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@1e70b0b4 waiting
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@42d8d735[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB9~\xA5\xE6\xDaK,I/\xDb\xCd\xD6\xE8k...\x9438P\xCc\x90'g\xB7&\x8c\xC4\xE3\xCc\xE9\x9c\x81W9\xA4\xA2zJ>>>\x9a\xC4>J\xC7N\x90l\xF2...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261
2021-09-25 23:18:49 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 654 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:49 654 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-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@42d8d735[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB9~\xA5\xE6\xDaK,I...\xC2N\x84+\x05\x14w\x06l\x8c\x1c\xDc"|\x9fU\x1eSd\x8c\xC3@\xB5>>>\x84\x93V\x90=\xF9\x02K?...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB9~\xA5\xE6\xDaK,I/\xDb\xCd\xD6\xE8k...\xC2N\x84+\x05\x14w\x06l\x8c\x1c\xDc"|\x9fU\x1eSd\x8c\xC3@\xB5>>>\x84\x93V\x90=\xF9\x02K?...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:49 660 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@529a833c
2021-09-25 23:18:49 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:49 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:49 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:49 663 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-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:49 663 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-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:49 663 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-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:49 663 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 663 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:49 663 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=12/30000}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@28b70136 size 1 > capacity
2021-09-25 23:18:49 664 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@28b70136 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 665 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 665 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 665 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 665 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3397]@2021-09-25T23:18:49.666447Z
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@1e70b0b4 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3397]@2021-09-25T23:18:49.666547Z
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@6fbd8324 startThread=0
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@6fbd8324 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3397]@2021-09-25T23:18:49.666793Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@6fbd8324 started
2021-09-25 23:18:49 666 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@6fbd8324 waiting
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 58 HeapByteBuffer@42d8d735[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005W)\x81Hi\x9c,\xEc\xB3-u \x0b.\xA3\x1c\xF07\xF79...\xD1\xE7Z7\x89}\x98\x84mq\x95\xB8\x10\xEf\x16\xFf\xDdDlOkw\xF7>>>\xB8\xA3I\xD5\xFb\x17\xAa\xB9R...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=58
2021-09-25 23:18:49 668 DEBUG [jdk.event.security][dw-20] invocationID:{InvocationID} -  TLSHandshake: 10.233.74.214:36110, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - handshake succeeded SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@1e70b0b4 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.669076Z
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.669165Z tryProduce true
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000} filled 0 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#(\xF1\x01\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=START,0 of -1}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-20] invocationID:{InvocationID} - fillInterested HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=5/30000}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 670 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@2167e6e size 1 > capacity
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@2167e6e in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 679 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:49 679 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:49 679 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36110], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:49 679 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 679 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.680063Z
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@6fbd8324 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.680137Z
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@adaf7ba startThread=0
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@6fbd8324 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.680248Z
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.680287Z tryProduce true
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@adaf7ba in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@adaf7ba started
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3398]@2021-09-25T23:18:49.680272Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@adaf7ba waiting
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@5c9747f0{AC.ReadCB@21115075{HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=FI,flush=-,to=10/30000}}}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=10/30000} onFillable enter HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 680 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 171 HeapByteBuffer@42d8d735[p=0,l=171,c=17408,r=171]={<<<\x17\x03\x03\x00\xA6!>>\x04\x01\x05\x01\x06\x01\x05\x03\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=171
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=171 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=171,l=171,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>s\x9d\x06P\x8d\x8dH\xD6\x8e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>s\x9d\x06P\x8d\x8dH\xD6\x8e...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@21115075[p=HttpParser{s=START,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000} filled 149 HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>s\x9d\x06P\x8d\x8dH\xD6\x8e...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>s\x9d\x06P\x8d\x8dH\xD6\x8e...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=149,c=17408,r=149]={<<>>s\x9d\x06P\x8d\x8dH\xD6\x8e...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.74.47:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=11/30000}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:49 681 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.74.47 with SNI null
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@4e958f08{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck)@47194384 in null
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-09-25 23:18:49 682 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2021-09-25 23:18:49 682 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-09-25 23:18:49 682 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9767588d-7c83-4203-949f-db174fe2d3ae
2021-09-25 23:18:49 682 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-09-25 23:18:49 682 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:49 683 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4e958f08{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck)@47194384
2021-09-25 23:18:49 683 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@2c433aab exclude no deflater
2021-09-25 23:18:49 683 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@3c6d20a4[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@61d767b4{null}
2021-09-25 23:18:49 683 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@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sat, 25 Sep 2021 23:18:49 GMT
X-TransactionID: 9767588d-7c83-4203-949f-db174fe2d3ae
X-InvocationID: fa3bc99e-4a04-400f-b556-2b92882ba230
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-09-25 23:18:49 683 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@6cdf1d69[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59fcf43b] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-09-25 23:18:49 683 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@3c6d20a4[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-09-25 23:18:49 683 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 25 Sep 2021 23:18:49 GMT
X-TransactionID: 9767588d-7c83-4203-949f-db174fe2d3ae
X-InvocationID: fa3bc99e-4a04-400f-b556-2b92882ba230
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-09-25 23:18:49 683 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-09-25 23:18:49 684 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@6cdf1d69[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59fcf43b] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@cc197a0{IDLE}->null [HeapByteBuffer@7572d9e1[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@3c6d20a4[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-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@cc197a0{WRITING}->null:IDLE-->WRITING
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=COMPLETING}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7572d9e1[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-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@3c6d20a4[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-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-09-25 23:18:49 684 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-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=COMPLETING}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=COMPLETING}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@cc197a0{WRITING}->null
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@cc197a0{IDLE}->null:WRITING-->IDLE
2021-09-25 23:18:49 684 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@6cdf1d69[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59fcf43b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-09-25 23:18:49 684 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@6cdf1d69[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59fcf43b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=14/30000}
2021-09-25 23:18:49 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:49 685 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-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-09-25 23:18:49 685 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$501/0x00000001005d4840@3dc8988c on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 685 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c
2021-09-25 23:18:49 686 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=dba019b7-1752-498a-8ec0-10c68c109ddb, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-09-25 23:18:49 686 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@6791b55e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6791b55e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.74.47:9101 remote=/10.233.74.214:36110], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@6791b55e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@6791b55e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6791b55e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@772e3398{s=END}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.74.47:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3399]@2021-09-25T23:18:49.686465Z
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@6791b55e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@adaf7ba offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3399]@2021-09-25T23:18:49.686513Z
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
10.233.74.214 - - [25/Sep/2021:23:18:49 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@7c943e19 startThread=0
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@adaf7ba task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3399]@2021-09-25T23:18:49.686611Z
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3399]@2021-09-25T23:18:49.686565Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@42d8d735[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF6\x18\xC2(^\x0c\xAf<:\xD9\x8f\x13\x97h@\x9f\xBd\xD2{>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3400]@2021-09-25T23:18:49.686652Z tryProduce true
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 686 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=19/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=16/30000}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@7c943e19 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@7c943e19 started
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7c943e19 waiting
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-09-25 23:18:49 686 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000} filled -1 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - shutdownOutput: SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=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-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - ensureFillInterested SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000} onFillable exit HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@3dc8988c
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@1e70b0b4 size 1 > capacity
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@1e70b0b4 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4500b8ac{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=/10.233.74.47:9101,r=/10.233.74.214:36110,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@3f888ea9{SSLC.NBReadCB@759efb97{SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{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@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillableFail SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{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@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onFail FillInterest@5c9747f0{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.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$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-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590a8293 startThread=0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@5c9747f0{null}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{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@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590a8293 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 0 updates
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@5c9747f0{null}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@5c9747f0{null} lost race null
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 0 keys
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@6fbd8324 size 1 > capacity
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@6fbd8324 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4500b8ac{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@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@21115075::DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}
2021-09-25 23:18:49 687 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@759efb97::SocketChannelEndPoint@4500b8ac{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@759efb97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2794a4d8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@21115075[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@772e3398{s=START}]=>HttpChannelOverHttp@3bf0a210{s=HttpChannelState@6791b55e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:49 688 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590a8293 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 323 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-09-25 23:18:52 324 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-09-25 23:18:52 324 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_483,484,256368567)
2021-09-25 23:18:52 325 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-09-25 23:18:52 327 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-09-25 23:18:52 327 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-09-25 23:18:52 328 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-09-25 23:18:52 328 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-09-25 23:18:52 328 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-09-25 23:18:52 328 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-09-25 23:18:52 329 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-09-25 23:18:52 329 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-09-25 23:18:52 329 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-09-25 23:18:52 330 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-09-25 23:18:52 331 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-09-25 23:18:52 331 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor25.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-09-25 23:18:52 331 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-09-25 23:18:52 331 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-09-25 23:18:52 335 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-09-25 23:18:52 335 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-09-25 23:18:52 337 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-09-25 23:18:52 337 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@2b72776d5 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-09-25 23:18:52 339 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-09-25 23:18:52 339 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@5c50d9a17 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 739}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Sat, 25 Sep 2021 23:18:52 GMT}{Content-Length: 339}
2021-09-25 23:18:52 339 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-09-25 23:18:52 340 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-09-25 23:18:52 340 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_484,485,1184098424)
2021-09-25 23:18:52 341 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-09-25 23:18:52 342 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-09-25 23:18:52 342 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-09-25 23:18:52 342 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-09-25 23:18:52 342 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-09-25 23:18:52 342 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-09-25 23:18:52 343 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-09-25 23:18:52 343 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-09-25 23:18:52 343 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-09-25 23:18:52 343 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-09-25 23:18:52 343 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2021-09-25 23:18:52 344 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2021-09-25 23:18:52 344 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor25.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-09-25 23:18:52 344 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-09-25 23:18:52 344 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-09-25 23:18:52 346 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-09-25 23:18:52 347 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-09-25 23:18:52 348 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2021-09-25 23:18:52 348 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@7b5b1a6c5 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-09-25 23:18:52 375 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-09-25 23:18:52 375 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@5e01ed335 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 48976ee9-f93c-4b0c-a454-72728009c130}{Content-Type: application/json}{Content-Length: 4153}{Date: Sat, 25 Sep 2021 23:18:52 GMT}
2021-09-25 23:18:52 376 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-09-25 23:18:52 378 DEBUG [org.apache.http.client.protocol.RequestAddCookies][pool-2-thread-1] invocationID:{InvocationID} - CookieSpec selected: default
2021-09-25 23:18:52 378 DEBUG [org.apache.http.client.protocol.RequestAuthCache][pool-2-thread-1] invocationID:{InvocationID} - Auth cache not set in the context
2021-09-25 23:18:52 378 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-09-25 23:18:52 378 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection leased: [id: 143][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 200]
2021-09-25 23:18:52 378 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Opening connection {s}->https://127.0.0.1:9101
2021-09-25 23:18:52 379 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator][pool-2-thread-1] invocationID:{InvocationID} - Connecting to /127.0.0.1:9101
2021-09-25 23:18:52 379 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-09-25 23:18:52 379 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3d5d2801[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308]] on ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-25 23:18:52 380 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Enabled protocols: [SSLv3, TLSv1, TLSv1.2]
2021-09-25 23:18:52 380 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-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@3d5d2801[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308]]
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@3d5d2801[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308]] startThread=0
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:52 380 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Starting handshake
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@3d5d2801[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4094bfc1
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@6a784b82 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:52 380 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@7558d7a6{AC.ReadCB@26f9aa4{HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@5d54b6d4{SSLC.NBReadCB@6e40d906{SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@35b4cc91 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=2
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 2 updates
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@6a784b82
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@35b4cc91
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@3d5d2801[java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:52 381 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:52 382 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:52 382 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:52 382 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3400]@2021-09-25T23:18:52.383438Z
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@7c943e19 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3400]@2021-09-25T23:18:52.383576Z
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@19783fde startThread=0
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@19783fde in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3400]@2021-09-25T23:18:52.383737Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@19783fde started
2021-09-25 23:18:52 383 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@19783fde waiting
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@5d54b6d4{SSLC.NBReadCB@6e40d906{SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@7558d7a6{AC.ReadCB@26f9aa4{HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 319 HeapByteBuffer@42d8d735[p=0,l=319,c=17408,r=319]={<<<\x16\x03\x03\x01:\x01\x00\x016\x03\x03f\x0f\x15\x8b\xAb\xEeX$z\xA7\xE3\xF2?\x00...\t\x00\x07\x02\x00\x04\x00\x00\x00\x00\x00\x17\x00\x00\x00+\x00\x05\x04\x03\x03\x03\x01>>>\x1f\x08\xD8b'\x8d\xB0Wl...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=319
2021-09-25 23:18:52 384 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=319/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 90 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:52 386 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 45 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01:\x01\x00\x016...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:52 387 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@42d8d735[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x016\x03\x03f\x0f\x15\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6
2021-09-25 23:18:52 387 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@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:52 387 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} - Secure session established
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 45 HeapByteBuffer@42d8d735[p=0,l=45,c=17408,r=45]={<<<\x16\x03\x03\x00(\x00\x00\x00\x00\x00\x00\x00\x00\xA6\xEb\xE3\xD8\xCb\xFdS\xB52\x0e_\x15om\x8f\xC1q\xF0\xE9I\xC6\x01\xAc\xDb\x16`\xF0j@e\x83e>>>\x1f\xFd\xAa\xAf\x9c\x1f`\xE4\xDa...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=45
2021-09-25 23:18:52 387 DEBUG [org.apache.http.conn.ssl.SSLConnectionSocketFactory][pool-2-thread-1] invocationID:{InvocationID} -  negotiated protocol: TLSv1.2
2021-09-25 23:18:52 388 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-09-25 23:18:52 388 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-09-25 23:18:52 388 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-09-25 23:18:52 388 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} -  TLSHandshake: 127.0.0.1:35806, TLSv1.2, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 0
2021-09-25 23:18:52 388 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-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=45 Status = OK HandshakeStatus = FINISHED bytesConsumed = 45 bytesProduced = 0 encryptedBuffer=[p=45,l=45,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 388 DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator][pool-2-thread-1] invocationID:{InvocationID} - Connection established 127.0.0.1:49308<->127.0.0.1:9101
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00(\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:52 388 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143: set socket timeout to 30000
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 388 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-09-25 23:18:52 388 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Target auth state: UNCHALLENGED
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 388 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Proxy auth state: UNCHALLENGED
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000} filled 0 HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD3s\xD3\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=START,0 of -1}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000}
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7558d7a6{AC.ReadCB@26f9aa4{HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:52 388 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 388 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> Content-Type: application/json
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - > Host: 127.0.0.1:9101
2021-09-25 23:18:52 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 388 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> Connection: Keep-Alive
2021-09-25 23:18:52 388 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)
2021-09-25 23:18:52 388 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> Accept-Encoding: gzip,deflate
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@5d54b6d4{SSLC.NBReadCB@6e40d906{SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=true 0->1 for SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "Content-Type: application/json[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "Host: 127.0.0.1:9101[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "Connection: Keep-Alive[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 389 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 >> "[\r][\n]"
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7c943e19 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3401]@2021-09-25T23:18:52.389448Z
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3401]@2021-09-25T23:18:52.389498Z tryProduce true
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@7c943e19 size 1 > capacity
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@7c943e19 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:49308], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:52 389 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3401]@2021-09-25T23:18:52.390131Z
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@19783fde offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3401]@2021-09-25T23:18:52.390191Z
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@466e0677 startThread=0
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@466e0677 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@466e0677 started
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@466e0677 waiting
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3401]@2021-09-25T23:18:52.390359Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1}@19783fde task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3402]@2021-09-25T23:18:52.390472Z
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@5d54b6d4{SSLC.NBReadCB@6e40d906{SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3402]@2021-09-25T23:18:52.390518Z tryProduce true
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@7558d7a6{AC.ReadCB@26f9aa4{HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 236 HeapByteBuffer@42d8d735[p=0,l=236,c=17408,r=236]={<<<\x17\x03\x03\x00\xE7\x00\x00\x00\x00\x00\x00\x00\x01\xCc${\xA6\xCa"\xE6\xDa\xE5u\xEcY...Don")\xC9[~\xEc\r\xCd\xA6\xF8\xB23\xF6\xD55\xFa\xDfCx\xCe>>>\x02\x03\x03\x03\x01\x03\x02\x02\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=236
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@5971c8b9[p=0,l=207,c=17408,r=207]={<<>>~c\xD0\xF8jlK\xBb\x15...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@5971c8b9[p=0,l=207,c=17408,r=207]={<<>>~c\xD0\xF8jlK\xBb\x15...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000} filled 207 HeapByteBuffer@5971c8b9[p=0,l=207,c=17408,r=207]={<<>>~c\xD0\xF8jlK\xBb\x15...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@5971c8b9[p=0,l=207,c=17408,r=207]={<<>>~c\xD0\xF8jlK\xBb\x15...\x00\x00\x00\x00\x00\x00\x00} {}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[p=0,l=207,c=17408,r=207]={<<>>~c\xD0\xF8jlK\xBb\x15...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-09-25 23:18:52 390 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Content-Type: application/json --> IN_VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Content-Type: application/json --> FIELD
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: keep-alive --> IN_VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: keep-alive --> FIELD
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding --> IN_VALUE
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding --> FIELD
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=2/30000}
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 127.0.0.1 with SNI null
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@4e958f08{STARTED,min=256,inflate=8192} handle Request(GET https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule)@1e79230d in null
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/rule @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/rule @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/rule -> io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@76563ae7==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-09-25 23:18:52 391 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering.
2021-09-25 23:18:52 391 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-09-25 23:18:52 391 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 74630dd2-d2ea-4e7d-a529-f3ce35a20f27
2021-09-25 23:18:52 391 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-272778ae@272778ae==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-743c3520@743c3520==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-09-25 23:18:52 391 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3a788fe0@71746fe6==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-09-25 23:18:52 392 TRACE [org.skife.jdbi.v2.DBI][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4bbe75b] obtained in 0 millis
2021-09-25 23:18:52 392 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@6a0e4698, maxRows=0, fetchSize=0, flags=16
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> CloseStatement(S_375)
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Parse(stmt=S_376,query="SELECT * FROM APLUS_RULE ",oids={})
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Bind(stmt=S_376,portal=null)
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-09-25 23:18:52 393 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Sync
2021-09-25 23:18:52 394 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE CloseComplete
2021-09-25 23:18:52 394 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - 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-09-25 23:18:52 394 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-09-25 23:18:52 394 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SELECT * FROM APLUS_RULE 
2021-09-25 23:18:52 394 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-09-25 23:18:52 394 WARN  [org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Failed to query the rule: id =null.
2021-09-25 23:18:52 394 TRACE [org.skife.jdbi.v2.DBI][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4bbe75b] released
2021-09-25 23:18:52 395 ERROR [org.onap.holmes.rulemgt.resources.RuleMgtResources][dw-24 - 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.GeneratedMethodAccessor33.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.GeneratedMethodAccessor30.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy79.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-09-25 23:18:52 395 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-24 - 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.GeneratedMethodAccessor33.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-09-25 23:18:52 395 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-24 - 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.GeneratedMethodAccessor33.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-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@66e2c84c exclude by status 499
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@1780910b[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@fa22fe5{null}
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=4}
499  HTTP/1.1
Date: Sat, 25 Sep 2021 23:18:52 GMT
X-TransactionID: 74630dd2-d2ea-4e7d-a529-f3ce35a20f27
X-InvocationID: c46ad3f1-c11e-4729-8f80-40591345f9e3
Content-Length: 25
Content-Type: text/plain


2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@71680317[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1b805de] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@1780910b[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-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Sat, 25 Sep 2021 23:18:52 GMT
X-TransactionID: 74630dd2-d2ea-4e7d-a529-f3ce35a20f27
X-InvocationID: c46ad3f1-c11e-4729-8f80-40591345f9e3
Content-Length: 25
Content-Type: text/plain


2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@71680317[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1b805de] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@12a3c42b{IDLE}->null [HeapByteBuffer@7572d9e1[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1780910b[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-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@12a3c42b{WRITING}->null:IDLE-->WRITING
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=COMPLETING}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=4}
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7572d9e1[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@1780910b[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-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-09-25 23:18:52 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - 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-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=COMPLETING}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "HTTP/1.1 499 [\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "Date: Sat, 25 Sep 2021 23:18:52 GMT[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=COMPLETING}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@12a3c42b{WRITING}->null
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@12a3c42b{IDLE}->null:WRITING-->IDLE
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@71680317[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1b805de] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "X-TransactionID: 74630dd2-d2ea-4e7d-a529-f3ce35a20f27[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "X-InvocationID: c46ad3f1-c11e-4729-8f80-40591345f9e3[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "Content-Type: text/plain[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "Content-Length: 25[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "[\r][\n]"
2021-09-25 23:18:52 396 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << "Failed to query the rule."
2021-09-25 23:18:52 396 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=057e3139-33b7-41d3-b732-ffaa1e1bb43e, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/rule
2021-09-25 23:18:52 396 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting.
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << HTTP/1.1 499 
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << Date: Sat, 25 Sep 2021 23:18:52 GMT
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << X-TransactionID: 74630dd2-d2ea-4e7d-a529-f3ce35a20f27
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << X-InvocationID: c46ad3f1-c11e-4729-8f80-40591345f9e3
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@1b23f3f8{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << Content-Type: text/plain
2021-09-25 23:18:52 396 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143 << Content-Length: 25
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1b23f3f8{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@1b23f3f8{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@1b23f3f8{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1b23f3f8{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - unconsumed input HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=7/30000}
2021-09-25 23:18:52 396 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
127.0.0.1 - - [25/Sep/2021:23:18:52 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 5
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=END}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\xE7\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[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@5971c8b9[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-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=END}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=END}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@42d8d735[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\xE7\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@5971c8b9[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@5971c8b9[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-09-25 23:18:52 396 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-143: Shutdown connection
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b9cc6cb{s=END}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000} filled 0 HeapByteBuffer@5971c8b9[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-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@5971c8b9[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-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@5971c8b9[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-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT_END --> END
2021-09-25 23:18:52 396 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{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=5}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpInput][dw-24] invocationID:{InvocationID} - HttpInputOverHTTP@c601c9d[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=END,0 of -1}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@1b23f3f8{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - reset HttpParser{s=END,0 of -1}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - END --> START
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:52 397 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 31 HeapByteBuffer@42d8d735[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x029\x8b\xD0%\xDb6\r\xA0B:\x87\xD3\x99\x91\xA6\xCdH\xF6>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=31
2021-09-25 23:18:52 397 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 143][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@5971c8b9[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@5971c8b9[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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@5971c8b9[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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@5971c8b9[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-09-25 23:18:52 397 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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@5971c8b9[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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> CLOSED
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=8/30000}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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-09-25 23:18:52 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/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.doShutdownOutput(SslConnection.java:1283)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1365)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:233)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1595)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:361)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$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)
	... 27 common frames omitted
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@291ab4b6{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=/127.0.0.1:9101,r=/127.0.0.1:49308,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@5d54b6d4{null}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d21d6bd startThread=0
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 0 updates
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 0 keys
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@291ab4b6{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@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@291ab4b6{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@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d21d6bd in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@7558d7a6{null}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@adaf7ba size 1 > capacity
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@77896335{s=1/1,p=0}@adaf7ba in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@291ab4b6{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@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@26f9aa4::DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-25 23:18:52 398 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@6e40d906::SocketChannelEndPoint@291ab4b6{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@6e40d906{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e05b2e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@26f9aa4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b9cc6cb{s=START}]=>HttpChannelOverHttp@cd0645{s=HttpChannelState@1b23f3f8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:52 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d21d6bd in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:59 422 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@d820597] obtained in 0 millis
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4a868533, maxRows=0, fetchSize=0, flags=16
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_376)
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_377,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={})
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_377,portal=null)
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-09-25 23:18:59 423 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2021-09-25 23:18:59 424 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-09-25 23:18:59 424 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-09-25 23:18:59 424 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-09-25 23:18:59 424 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY
2021-09-25 23:18:59 424 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-09-25 23:18:59 424 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@d820597] released
2021-09-25 23:18:59 425 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$$fbd8ed4b.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.GeneratedMethodAccessor30.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy79.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 14 common frames omitted
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@2584a251[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210]] on ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/0 selected
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update Accept@2584a251[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210]]
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue Accept@2584a251[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210]] startThread=0
2021-09-25 23:18:59 649 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@2584a251[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5d32a616
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=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@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@48d82c5d on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@48e376e{AC.ReadCB@4a58c9a7{HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@dbd5966{SSLC.NBReadCB@1cfe4935{SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@63e40e05 on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:59 650 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=2
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@2584a251[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 2 updates
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 2
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@48d82c5d
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d4840@63e40e05
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 1/1/1 selected
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 1 keys, 0 updates
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.74.214:36210], selector=sun.nio.ch.EPollSelectorImpl@356aa17e, interestOps=1, readyOps=1 SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=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-09-25 23:18:59 651 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0} tryExecute EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3402]@2021-09-25T23:18:59.651897Z
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=0}@466e0677 offer EatWhatYouKill@50bf795f/SelectorProducer@1716c037/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=3402]@2021-09-25T23:18:59.652009Z
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=0/1,p=1} startReservedThread p=1
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@77896335{s=0/1,p=1}@3a95c4d0 startThread=0
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@77896335{s=0/1,p=1}@3a95c4d0 in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}]
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=1}@3a95c4d0 started
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@3a95c4d0 waiting
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=3402]@2021-09-25T23:18:59.652154Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=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-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@dbd5966{SSLC.NBReadCB@1cfe4935{SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@48e376e{AC.ReadCB@4a58c9a7{HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@77896335{s=1/1,p=0}@466e0677 task=EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3403]@2021-09-25T23:18:59.652749Z
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@50bf795f/SelectorProducer@1716c037/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=3403]@2021-09-25T23:18:59.652799Z tryProduce true
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 1 keys
2021-09-25 23:18:59 652 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@4a58c9a7::DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 261 HeapByteBuffer@4a94a112[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x15\xA6\xE4C\xDf\\\x13\x17\xD3?\xFa\xD8\xCbR...\xD9s\xEd\xDb\xEc\x87c\x83\x06T\x8e\x12zm\xB0\xB7\xB8#\xD21f\xB9\x08>>>]Y:gPN\xBa\xE2T...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=261
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill starting handshake SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cfe4935{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@5971c8b9[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@5971c8b9[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-09-25 23:18:59 653 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@1cfe4935::SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cfe4935{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@854be76[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3bfcce5e{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cfe4935{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@1cfe4935{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@292cdf5{l=/10.233.74.47:9101,r=/10.233.74.214:36210,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4a58c9a7[p=HttpParser{s=START,0 of -1},g=HttpGenerator@817d23a{s=START}]=>HttpChannelOverHttp@263496df{s=HttpChannelState@5fc1766d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 6 HeapByteBuffer@4a94a112[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x15\xA6\xE4C...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=6
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@5971c8b9[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@5971c8b9[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-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-09-25 23:18:59 654 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 367 HeapByteBuffer@4a94a112[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x15\xA6\xE4C\xDf\\\x13\x17\xD3?\xFa\xD8\xCbR...~u\x8b\x07\x12/{m\xB1\x8aw`#\xCa\x82w5}\xC2&\xF4\xE8\x06>>>1\xA8\xD7\xE0\x97\xF2P\xE9Z...\x00\x00\x00\x00\x00\x00\x00}
2021-09-25 23:18:59 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=367
2021-09-25 23:18:59 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@5971c8b9[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@5971c8b9[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-09-25 23:18:59 655 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1682087a[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.69.143:53832]] on ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@53f495f0-RuleActiveApp@458031da{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@733fae8{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken with none selected
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e woken up from select, 0/0/1 selected
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e processing 0 keys, 1 updates
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update Accept@1682087a[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.69.143:53832]]
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue Accept@1682087a[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.69.143:53832]] startThread=0
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@356aa17e waiting with 2 keys
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@1682087a[java.nio.channels.SocketChannel[connected local=/10.233.74.47:9101 remote=/10.233.69.143:53832]] in InstrumentedQueuedThreadPool[dw]@3dec3f87{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@77896335{s=1/1,p=0}]
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@297734f2{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@16489817
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@3df915d0{s=HttpChannelState@789d616c{s=IDLE rs=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@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@789d616c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3a07af05::DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d3440@4fa56a00 on ManagedSelector@733fae8{STARTED} id=0 keys=2 selected=0 updates=0
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@297734f2{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c20e499{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3a07af05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c2c3176{s=START}]=>HttpChannelOverHttp@3df915d0{s=HttpChannelState@789d616c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@5c20e499::SocketChannelEndPoint@297734f2{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c20e499{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3a07af05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c2c3176{s=START}]=>HttpChannelOverHttp@3df915d0{s=HttpChannelState@789d616c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@3a07af05::DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@3a07af05::DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}
2021-09-25 23:18:59 658 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@5b54c271{AC.ReadCB@3a07af05{HttpConnection@3a07af05::DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-25 23:18:59 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5c20e499::SocketChannelEndPoint@297734f2{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c20e499{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@68dd0a29{l=/10.233.74.47:9101,r=/10.233.69.143:53832,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a07af05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c2c3176{s=START}]=>HttpChannelOverHttp@3df915d0{s=HttpChannelState@789d616c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
20