Results

By type

          2022-02-26T12:16:58.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:16:58.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:16:58.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:16:58.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2ddbccb2::SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:16:58.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2ddbccb2::SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:16:58.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:16:58.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3043d9b1{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1b3323da{null}
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4000a2da
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:16:58.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@117d153f{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2379bca8{null}
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76b9c974::DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@76b9c974::DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76b9c974::DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@c156278{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@37440da3 waiting
2022-02-26T12:16:58.958Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4000a2da
2022-02-26T12:16:58.959Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.959Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@76b9c974::DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000}
2022-02-26T12:16:58.959Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2ddbccb2::SocketChannelEndPoint@42bec5a0{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ddbccb2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3832231b{/10.233.69.165:48594<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@76b9c974[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d808e9{s=START}]=>HttpChannelOverHttp@3eecaaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:16:58.959Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4000a2da
2022-02-26T12:17:03.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3c622847 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:03.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3c622847
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3c622847
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:03.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:03.944Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3c622847
2022-02-26T12:17:03.944Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:03.944Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4c44f972
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@26e1f46b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@64a02e78{AC.ReadCB@4d8506ac{HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@175f426{SSLC.NBReadCB@371e4e09{SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@44de9c07 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:03.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:03.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:03.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@44de9c07
2022-02-26T12:17:03.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3c622847
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:48668], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2022-02-26T12:17:03.946427Z
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2022-02-26T12:17:03.946495Z
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2022-02-26T12:17:03.946547Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2022-02-26T12:17:03.946631Z
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:03.94668Z tryProduce true
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@175f426{SSLC.NBReadCB@371e4e09{SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@64a02e78{AC.ReadCB@4d8506ac{HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@26e1f46b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:03.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:03.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5708a667[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:03.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-02-26T12:17:03.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:03.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@71a73aa1{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@175f426{null}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3622495a
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3622495a
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3f3a4674{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:03.951Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.951Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:03.951Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@371e4e09::SocketChannelEndPoint@16e069a3{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.951Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3622495a
2022-02-26T12:17:03.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:03.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:03.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:03.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:03.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:03.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@64a02e78{null}
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4d8506ac::DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@26e1f46b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@371e4e09{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33d92ec2{/10.233.69.165:48668<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d8506ac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4d4bd916{s=START}]=>HttpChannelOverHttp@5aa408b5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:03.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:08.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@5d6782b7 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:08.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@5d6782b7
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@5d6782b7
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:08.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:08.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@5d6782b7
2022-02-26T12:17:08.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:08.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@42576534
2022-02-26T12:17:08.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5a2c0c5d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:08.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@16929fb1{AC.ReadCB@23abace9{HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6820b56e{SSLC.NBReadCB@26cc41c0{SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2c263beb on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:08.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@5d6782b7
2022-02-26T12:17:08.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:08.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:08.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:08.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2c263beb
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:48748], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:08.947846Z
2022-02-26T12:17:08.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:08.947936Z
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:08.948159Z
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:08.9481Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2022-02-26T12:17:08.948239Z tryProduce true
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6820b56e{SSLC.NBReadCB@26cc41c0{SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@16929fb1{AC.ReadCB@23abace9{HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5a2c0c5d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@16280779[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:08.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@23abace9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:08.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:08.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:08.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:08.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:08.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:08.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@53fb7114{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6820b56e{null}
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:08.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ad642b9
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:08.953Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ad642b9
2022-02-26T12:17:08.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:08.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:08.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@26cc41c0::SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ad642b9
2022-02-26T12:17:08.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2c2510e4{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@545cbc64{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@16929fb1{null}
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@23abace9::DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@5a2c0c5d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@26cc41c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e0a9548{/10.233.69.165:48748<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@23abace9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c662084{s=START}]=>HttpChannelOverHttp@4078b357{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:08.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@37440da3 waiting
2022-02-26T12:17:13.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@241b0c23 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:13.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:13.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:13.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:13.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:13.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:13.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@241b0c23
2022-02-26T12:17:13.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@241b0c23
2022-02-26T12:17:13.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:13.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@241b0c23
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@3278598c
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@8911c16{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:13.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3ca79dfd{AC.ReadCB@78d580b1{HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@68a342d0{SSLC.NBReadCB@7620b3cd{SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1bee3ad2 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@241b0c23
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1bee3ad2
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:48812], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:13.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1654]@2022-02-26T12:17:13.947121Z
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1654]@2022-02-26T12:17:13.947242Z
2022-02-26T12:17:13.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1654]@2022-02-26T12:17:13.947381Z
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1654]@2022-02-26T12:17:13.947344Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:13.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1655]@2022-02-26T12:17:13.947453Z tryProduce true
2022-02-26T12:17:13.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:13.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@68a342d0{SSLC.NBReadCB@7620b3cd{SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3ca79dfd{AC.ReadCB@78d580b1{HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:13.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@8911c16{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:13.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:13.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:13.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@6529a15b[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:13.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:13.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@78d580b1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:13.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:13.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@41e55c3d{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@68a342d0{null}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c01ab93
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1e832acd{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:13.952Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c01ab93
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3ca79dfd{null}
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:13.953Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:13.953Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@78d580b1::DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@8911c16{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.953Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7620b3cd::SocketChannelEndPoint@57ce6ee3{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7620b3cd{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2c0cc602{/10.233.69.165:48812<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@78d580b1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3cd647dd{s=START}]=>HttpChannelOverHttp@1c024f21{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:13.953Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c01ab93
2022-02-26T12:17:13.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:13.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:18.945Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@342d1ef3 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:18.945Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@342d1ef3
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@342d1ef3
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:18.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:18.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@342d1ef3
2022-02-26T12:17:18.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:18.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@33343276
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@38f34960{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@310bfe2b{AC.ReadCB@2a467b8a{HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.947Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@280849ab{SSLC.NBReadCB@678c5bcb{SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:18.948Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.948Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ddf0d62 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:18.948Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:18.948Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:18.948Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@342d1ef3
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2ddf0d62
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:48888], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1655]@2022-02-26T12:17:18.948809Z
2022-02-26T12:17:18.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1655]@2022-02-26T12:17:18.948913Z
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1655]@2022-02-26T12:17:18.948963Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1655]@2022-02-26T12:17:18.949034Z
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1656]@2022-02-26T12:17:18.949238Z tryProduce true
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@280849ab{SSLC.NBReadCB@678c5bcb{SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@310bfe2b{AC.ReadCB@2a467b8a{HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@38f34960{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@a62d8cf[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:18.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:18.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:18.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@12b980b0{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@280849ab{null}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2337b11f
2022-02-26T12:17:18.953Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2337b11f
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6ab55c92{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@310bfe2b{null}
2022-02-26T12:17:18.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@678c5bcb::SocketChannelEndPoint@31d94ceb{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:18.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2337b11f
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2a467b8a::DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@38f34960{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@678c5bcb{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@43b6ebe9{/10.233.69.165:48888<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@2a467b8a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13910d70{s=START}]=>HttpChannelOverHttp@5ed26abb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:18.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@37440da3 waiting
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:18.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:23.946Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@19203821 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:23.946Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@19203821
2022-02-26T12:17:23.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@19203821
2022-02-26T12:17:23.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:23.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:23.947Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@19203821
2022-02-26T12:17:23.947Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:23.948Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@15c051e4
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@5b7d4337{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:23.949Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3a89cc7{AC.ReadCB@4ca566cd{HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@645c1171{SSLC.NBReadCB@12de0e53{SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@612373f on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:23.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:23.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:23.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:23.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:23.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@612373f
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.950Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@19203821
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:48968], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1656]@2022-02-26T12:17:23.951446Z
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1656]@2022-02-26T12:17:23.951792Z
2022-02-26T12:17:23.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1656]@2022-02-26T12:17:23.951881Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@645c1171{SSLC.NBReadCB@12de0e53{SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1657]@2022-02-26T12:17:23.952096Z
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1657]@2022-02-26T12:17:23.952162Z tryProduce true
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3a89cc7{AC.ReadCB@4ca566cd{HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5b7d4337{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5d67c567[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:23.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:23.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:23.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:23.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7c1ba06b{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@645c1171{null}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7b493867
2022-02-26T12:17:23.958Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7b493867
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@e2d2daa{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3a89cc7{null}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:23.958Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@5b7d4337{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:23.959Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:23.960Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:23.959Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.959Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:23.960Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:23.960Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4ca566cd::DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-02-26T12:17:23.960Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@12de0e53::SocketChannelEndPoint@15887edd{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12de0e53{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dd5aac6{/10.233.69.165:48968<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4ca566cd[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fd1554{s=START}]=>HttpChannelOverHttp@6787344e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:23.960Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7b493867
2022-02-26T12:17:23.960Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:23.960Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:23.960Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:28.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@78b36388 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:28.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@78b36388
2022-02-26T12:17:28.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@78b36388
2022-02-26T12:17:28.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:28.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@78b36388
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@582a357e
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@22e6d169{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@67d7a7ca{AC.ReadCB@2bee818e{HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@386ab84f{SSLC.NBReadCB@32a4a540{SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ff394a7 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@78b36388
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2ff394a7
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49038], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1657]@2022-02-26T12:17:28.946985Z
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1657]@2022-02-26T12:17:28.947087Z
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1657]@2022-02-26T12:17:28.947146Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:28.947232Z
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@386ab84f{SSLC.NBReadCB@32a4a540{SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:28.947291Z tryProduce true
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@67d7a7ca{AC.ReadCB@2bee818e{HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@22e6d169{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@286ff7ca[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:28.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2bee818e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:28.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@36ce1491{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@386ab84f{null}
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@765f9f16
2022-02-26T12:17:28.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:28.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:28.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:28.950Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:28.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:28.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6ae3bc7b{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@67d7a7ca{null}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@22e6d169{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:28.951Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@765f9f16
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@37440da3 waiting
2022-02-26T12:17:28.951Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.951Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@2bee818e::DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:28.951Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@32a4a540::SocketChannelEndPoint@36be7f24{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@32a4a540{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67e4d5ee{/10.233.69.165:49038<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@2bee818e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@732e4d5f{s=START}]=>HttpChannelOverHttp@32857ac1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:28.951Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@765f9f16
2022-02-26T12:17:33.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@43502a9 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:33.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@43502a9
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@43502a9
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:33.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:33.944Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@43502a9
2022-02-26T12:17:33.944Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1b9634fc
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2a6c9d58{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3acf8d90{AC.ReadCB@776d3d{HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1ea1171{SSLC.NBReadCB@34cd2a0c{SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5c2ac60a on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5c2ac60a
2022-02-26T12:17:33.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@43502a9
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49118], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:33.946515Z
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:33.946625Z
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:33.946749Z
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1658]@2022-02-26T12:17:33.946698Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:33.946819Z tryProduce true
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1ea1171{SSLC.NBReadCB@34cd2a0c{SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:33.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3acf8d90{AC.ReadCB@776d3d{HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2a6c9d58{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4cbb70c6[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:33.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@776d3d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:33.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7e83e336{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:33.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1ea1171{null}
2022-02-26T12:17:33.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:33.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19a4d131
2022-02-26T12:17:33.951Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19a4d131
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:33.956Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:33.956Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:33.956Z||qtp142103421-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@34cd2a0c::SocketChannelEndPoint@5c1fd51c{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.956Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19a4d131
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@60300ac5{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3acf8d90{null}
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-26T12:17:33.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-02-26T12:17:33.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@776d3d::DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@2a6c9d58{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:33.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@34cd2a0c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@8791e7e{/10.233.69.165:49118<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@776d3d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74874805{s=START}]=>HttpChannelOverHttp@1f456966{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:33.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:38.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@58334e5a on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:38.945Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@58334e5a
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@58334e5a
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:38.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:38.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@58334e5a
2022-02-26T12:17:38.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:38.945Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@74056b48
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@370b2a7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1a0da283{AC.ReadCB@680b48f9{HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@28f37dbb{SSLC.NBReadCB@71b8ca8a{SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1f280eb5 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:38.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:38.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:38.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.946Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@58334e5a
2022-02-26T12:17:38.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1f280eb5
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49198], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:38.947725Z
2022-02-26T12:17:38.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:38.947835Z
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:38.948043Z
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:38.948115Z tryProduce true
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1659]@2022-02-26T12:17:38.947997Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@28f37dbb{SSLC.NBReadCB@71b8ca8a{SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1a0da283{AC.ReadCB@680b48f9{HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@370b2a7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.948Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:38.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7b4926fb[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:38.949Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:38.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:38.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@680b48f9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:38.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:38.951Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:38.952Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:38.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:38.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:38.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:38.953Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7164b1ab{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@28f37dbb{null}
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@693db98
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:38.954Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@693db98
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:38.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:38.954Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.955Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.955Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.955Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@71b8ca8a::SocketChannelEndPoint@2e3660b3{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.955Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@693db98
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@15df1387{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1a0da283{null}
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-02-26T12:17:38.955Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@680b48f9::DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@370b2a7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:38.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71b8ca8a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a25f474{/10.233.69.165:49198<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@680b48f9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@74bb069d{s=START}]=>HttpChannelOverHttp@19c00d47{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:38.956Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@37440da3 waiting
2022-02-26T12:17:43.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@404a944d on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:43.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@404a944d
2022-02-26T12:17:43.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@404a944d
2022-02-26T12:17:43.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:43.945Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@404a944d
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@54c6d633
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@61bf74d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.945Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3389865d{AC.ReadCB@648ecef3{HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@21e23f89{SSLC.NBReadCB@50eeaa0d{SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4f9477a on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:43.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:43.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:43.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.946Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@404a944d
2022-02-26T12:17:43.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:43.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4f9477a
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49268], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:43.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@26908bbe IDLE
2022-02-26T12:17:43.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute STOP!
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 offer STOP!
2022-02-26T12:17:43.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 task=STOP!
2022-02-26T12:17:43.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3 Exited
2022-02-26T12:17:43.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:43.947Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@432034a{s=1/2,p=0}@37440da3
2022-02-26T12:17:43.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1660]@2022-02-26T12:17:43.94808Z
2022-02-26T12:17:43.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@26908bbe offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@432034a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1660]@2022-02-26T12:17:43.948914Z
2022-02-26T12:17:43.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=1} startReservedThread p=1
2022-02-26T12:17:43.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@432034a{s=0/2,p=1}@16e1bcc3
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@26908bbe task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1660]@2022-02-26T12:17:43.949351Z
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1660]@2022-02-26T12:17:43.949399Z tryProduce true
2022-02-26T12:17:43.949Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@432034a{s=0/2,p=1}@16e1bcc3
2022-02-26T12:17:43.949Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=1}@16e1bcc3 started
2022-02-26T12:17:43.949Z||qtp142103421-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@16e1bcc3 waiting
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:43.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1660]@2022-02-26T12:17:43.94949Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.949Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:43.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@21e23f89{SSLC.NBReadCB@50eeaa0d{SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3389865d{AC.ReadCB@648ecef3{HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@61bf74d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:43.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@29f3ca77[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:43.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@648ecef3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:43.953Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:43.954Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:43.955Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:43.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-02-26T12:17:43.956Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@49758bae{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@21e23f89{null}
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:43.957Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6d110196
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:43.957Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:43.957Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6d110196
2022-02-26T12:17:43.958Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.958Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-02-26T12:17:43.958Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@50eeaa0d::SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.959Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6d110196
2022-02-26T12:17:43.959Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.959Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@12236aea{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.959Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@760daf53{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:43.959Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3389865d{null}
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@648ecef3::DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@61bf74d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@50eeaa0d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@fe6a861{/10.233.69.165:49268<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@648ecef3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6af1b5d1{s=START}]=>HttpChannelOverHttp@5f63443{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:43.960Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:48.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@230600ef on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:48.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@230600ef
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@230600ef
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:48.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@230600ef
2022-02-26T12:17:48.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:48.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:48.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7c74b606
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@24b80ba3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4a09f3e9{AC.ReadCB@7d255db4{HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1d16cfe1{SSLC.NBReadCB@403ae59d{SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@a17c7d3 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:48.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:48.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:48.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:48.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@a17c7d3
2022-02-26T12:17:48.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@230600ef
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49348], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1661]@2022-02-26T12:17:48.947388Z
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1661]@2022-02-26T12:17:48.947446Z
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1661]@2022-02-26T12:17:48.947494Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@64c9747f task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1661]@2022-02-26T12:17:48.947553Z
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1662]@2022-02-26T12:17:48.947603Z tryProduce true
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1d16cfe1{SSLC.NBReadCB@403ae59d{SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4a09f3e9{AC.ReadCB@7d255db4{HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-26T12:17:48.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@24b80ba3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:48.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:48.948Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.948Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:48.948Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.948Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@32e679d7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:48.948Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d255db4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:48.950Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@47dd758f{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1d16cfe1{null}
2022-02-26T12:17:48.951Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:48.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@39fbbaa3
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:48.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:48.952Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@39fbbaa3
2022-02-26T12:17:48.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.952Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.952Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:48.952Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@403ae59d::SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.952Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@39fbbaa3
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@18cb6436{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@54cf12a5{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4a09f3e9{null}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7d255db4::DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@24b80ba3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@403ae59d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679139b3{/10.233.69.165:49348<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7d255db4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e880088{s=START}]=>HttpChannelOverHttp@6b0ac508{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:48.953Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@26908bbe waiting
2022-02-26T12:17:53.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@f0a6e6c on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:53.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@f0a6e6c
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@f0a6e6c
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:53.944Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:53.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@f0a6e6c
2022-02-26T12:17:53.944Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:53.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@73ae8599
2022-02-26T12:17:53.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3d76e916{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:53.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-02-26T12:17:53.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.945Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2ed9ab24{AC.ReadCB@3af3316c{HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@d8297c2{SSLC.NBReadCB@1f5483fa{SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@36729edb on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:53.946Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@f0a6e6c
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@36729edb
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49424], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:53.946Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1662]@2022-02-26T12:17:53.947092Z
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@26908bbe offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1662]@2022-02-26T12:17:53.947175Z
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1662]@2022-02-26T12:17:53.947232Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@26908bbe task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1663]@2022-02-26T12:17:53.947318Z
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@d8297c2{SSLC.NBReadCB@1f5483fa{SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1663]@2022-02-26T12:17:53.947383Z tryProduce true
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2ed9ab24{AC.ReadCB@3af3316c{HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-02-26T12:17:53.947Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@3d76e916{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:53.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-02-26T12:17:53.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2457b8e1[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:53.948Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3af3316c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@958055b[p=0,l=0,c=17408,r=0]={<<<>>>GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-02-26T12:17:53.949Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=4/30000}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@66de548b[p=0,l=0,c=0,r=0]={<<<>>>}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.950Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262)
	... 26 common frames omitted
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@41af004c{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	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.doShutdownOutput(SslConnection.java:1130)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176)
	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:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@d8297c2{null}
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5ac3481d
2022-02-26T12:17:53.951Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5ac3481d
2022-02-26T12:17:53.951Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.952Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.952Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@48570e19{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	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.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T12:17:53.952Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1f5483fa::SocketChannelEndPoint@27138139{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2ed9ab24{null}
2022-02-26T12:17:53.952Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5ac3481d
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 0 updates
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-02-26T12:17:53.952Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 0 keys
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3af3316c::DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@3d76e916{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f5483fa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d7babc{/10.233.69.165:49424<->/10.233.69.55:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3af3316c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@24edd8f6{s=START}]=>HttpChannelOverHttp@6bf9df6f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:53.952Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@64c9747f waiting
2022-02-26T12:17:58.944Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@4d89b049 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0
2022-02-26T12:17:58.945Z||qtp142103421-22-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/0 selected
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4d89b049
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4d89b049
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:58.945Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:58.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4d89b049
2022-02-26T12:17:58.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-02-26T12:17:58.945Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@61662b95
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@32521c1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@62b8b347::DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@cbe36ee::SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@62b8b347::DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@62b8b347::DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1f94831f{AC.ReadCB@62b8b347{HttpConnection@62b8b347::DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@cbe36ee::SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.69.55:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@38113921{SSLC.NBReadCB@cbe36ee{SslConnection@cbe36ee::SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4565718b on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken with none selected
2022-02-26T12:17:58.946Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4d89b049
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 0/0/1 selected
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 0 keys, 1 updates
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4565718b
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-02-26T12:17:58.946Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-02-26T12:17:58.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef waiting with 1 keys
2022-02-26T12:17:58.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef woken up from select, 1/1/1 selected
2022-02-26T12:17:58.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@5e60b3ef processing 1 keys, 0 updates
2022-02-26T12:17:58.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.55:8000 remote=/10.233.69.165:49492], selector=sun.nio.ch.EPollSelectorImpl@5e60b3ef, interestOps=1, readyOps=1 SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@62b8b347[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d04e260{s=START}]=>HttpChannelOverHttp@4a24999f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-02-26T12:17:58.947Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@64f51a59{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@cbe36ee{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e39f657{/10.233.69.165:49492<->/10.233.69.55:8000,OPEN,fill=FI,flush=