By type
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-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3c05973{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-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@50c3c151{null}
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@d882669
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@d882669
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:45.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:05:45.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@28b7a257{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-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7a7d1f37{null}
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@773ba5ec::DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@773ba5ec::DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:45.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:05:45.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:05:45.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:45.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@773ba5ec::DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:45.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@773ba5ec::DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@297a6dcb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:45.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7ea0ad95::SocketChannelEndPoint@52472a3a{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@d882669
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ea0ad95{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4207894b{/10.233.76.234:34556<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@773ba5ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@932edb{s=START}]=>HttpChannelOverHttp@3b36448a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@6af6e862 waiting
2022-05-21T05:05:45.082Z||qtp1980194149-22|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@48c53f3[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} appBuffer=HeapByteBuffer@48c53f3[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-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@26a69898[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=12/30000} filled -1 HeapByteBuffer@48c53f3[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-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@48c53f3[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-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@48c53f3[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-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=12/30000}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=12/30000}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1ddbae9a::SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1ddbae9a::SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:05:45.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:45.083Z||qtp1980194149-22|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-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:45.083Z||qtp1980194149-22|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-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1ddbae9a::SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1ddbae9a::SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{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-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}
2022-05-21T05:05:45.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@246d7437{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-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7d3b7bc7{null}
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@428c3f92
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:45.084Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.084Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@428c3f92
2022-05-21T05:05:45.084Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5461ba37{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-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6f4b4cee{null}
2022-05-21T05:05:45.085Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-05-21T05:05:45.085Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@26a69898::DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@7921e105{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.085Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1ddbae9a::SocketChannelEndPoint@2f9ad85d{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1ddbae9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@809978{/10.233.76.234:34558<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@26a69898[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1914af00{s=START}]=>HttpChannelOverHttp@4e7e422{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1ff9b17e size 2 > capacity
2022-05-21T05:05:45.085Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@428c3f92
2022-05-21T05:05:45.085Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@1ff9b17e
2022-05-21T05:05:55.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@6ca2b6f6 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:05:55.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:05:55.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@2312a006 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6ca2b6f6
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6ca2b6f6
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@2312a006
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@2312a006
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:55.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:05:55.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6ca2b6f6
2022-05-21T05:05:55.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@2312a006
2022-05-21T05:05:55.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:05:55.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:05:55.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@184dbe8a
2022-05-21T05:05:55.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@341d6163
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1ecef35c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@28945e11{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@663232a6{AC.ReadCB@77dd3419{HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6a0e923b{AC.ReadCB@6b82b7e1{HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@b3d194e on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@144d0d24{SSLC.NBReadCB@4874fb19{SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6ca2b6f6
2022-05-21T05:05:55.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@b3d194e
2022-05-21T05:05:55.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7b8e8087 on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:05:55.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@2312a006
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 1
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|wakeup on updates SelectorProducer@72998021
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 1 updates
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34646], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1664]@2022-05-21T05:05:55.071871Z
2022-05-21T05:05:55.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6af6e862 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1664]@2022-05-21T05:05:55.071962Z
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1664]@2022-05-21T05:05:55.072023Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6af6e862 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1664]@2022-05-21T05:05:55.072119Z
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.072231Z tryProduce true
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7b8e8087
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@78d1bf85{SSLC.NBReadCB@13ec1e77{SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@663232a6{AC.ReadCB@77dd3419{HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@28945e11{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:05:55.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34648], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:05:55.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@45fcd1b0[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-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.073597Z
2022-05-21T05:05:55.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@6dcf6682 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.07368Z
2022-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:05:55.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@2955dcce
2022-05-21T05:05:55.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@6dcf6682 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.073849Z
2022-05-21T05:05:55.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.073883Z tryProduce true
2022-05-21T05:05:55.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:05:55.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:55.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@2955dcce
2022-05-21T05:05:55.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:05:55.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@2955dcce started
2022-05-21T05:05:55.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@2955dcce waiting
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1665]@2022-05-21T05:05:55.07406Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@144d0d24{SSLC.NBReadCB@4874fb19{SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6a0e923b{AC.ReadCB@6b82b7e1{HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1ecef35c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:05:55.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.075Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@28df0356[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-05-21T05:05:55.075Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:05:55.077Z||qtp1980194149-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@48c53f3[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} appBuffer=HeapByteBuffer@48c53f3[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-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@77dd3419[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:05:55.077Z||qtp1980194149-23|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@64a8d34a[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} appBuffer=HeapByteBuffer@64a8d34a[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-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@48c53f3[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-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@48c53f3[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-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@48c53f3[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-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:05:55.077Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@64a8d34a[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-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@64a8d34a[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-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@64a8d34a[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-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:05:55.077Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:55.078Z||qtp1980194149-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-05-21T05:05:55.078Z||qtp1980194149-23|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-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:55.078Z||qtp1980194149-23|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-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:05:55.078Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:05:55.078Z||qtp1980194149-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-05-21T05:05:55.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{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-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{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-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@71987092{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-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@144d0d24{null}
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@63bf2737{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-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@78d1bf85{null}
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:55.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:05:55.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@762c61c3
2022-05-21T05:05:55.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:05:55.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65e762cc
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:05:55.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:05:55.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@762c61c3
2022-05-21T05:05:55.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65e762cc
2022-05-21T05:05:55.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5d8c7146{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-05-21T05:05:55.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@263919e3{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-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6a0e923b{null}
2022-05-21T05:05:55.080Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:05:55.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@663232a6{null}
2022-05-21T05:05:55.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@13ec1e77::SocketChannelEndPoint@1046191{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65e762cc
2022-05-21T05:05:55.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6b82b7e1::DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@1ecef35c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@6af6e862 waiting
2022-05-21T05:05:55.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@4874fb19::SocketChannelEndPoint@7be09088{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4874fb19{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@61554b2e{/10.233.76.234:34648<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6b82b7e1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3b3d502{s=START}]=>HttpChannelOverHttp@2cf1f49c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:55.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@762c61c3
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77dd3419::DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@28945e11{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13ec1e77{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a3eae2e{/10.233.76.234:34646<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@77dd3419[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cdc9dfa{s=START}]=>HttpChannelOverHttp@125ed164{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@346ca9a8 size 2 > capacity
2022-05-21T05:05:55.081Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@346ca9a8
2022-05-21T05:06:05.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@7b42bb21 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:06:05.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:05.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@6844ea1f on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7b42bb21
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7b42bb21
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6844ea1f
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6844ea1f
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:05.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7b42bb21
2022-05-21T05:06:05.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:05.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@78099881
2022-05-21T05:06:05.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6844ea1f
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2ff165ae{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:05.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7456c35a
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@194668f7{AC.ReadCB@1b882d41{HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5218418f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:05.070Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@43febcbb{SSLC.NBReadCB@13a54d7f{SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7a89df0e on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:05.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7a89df0e
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@47b1f735{AC.ReadCB@10161485{HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:05.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7b42bb21
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34730], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@67a3617a{SSLC.NBReadCB@62d45132{SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:05.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@27bef17d on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=1 updates=0
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:05.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6844ea1f
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1666]@2022-05-21T05:06:05.072136Z
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6af6e862 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1666]@2022-05-21T05:06:05.072199Z
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1666]@2022-05-21T05:06:05.072259Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@43febcbb{SSLC.NBReadCB@13a54d7f{SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@194668f7{AC.ReadCB@1b882d41{HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2ff165ae{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:05.072Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6af6e862 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.072807Z
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.072901Z tryProduce true
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@27bef17d
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:05.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@13a54d7f{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:05.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@64a8d34a[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-05-21T05:06:05.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34728], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.073634Z
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@2955dcce offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.073664Z
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@4a9bced
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.073733Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:05.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@4a9bced
2022-05-21T05:06:05.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@2955dcce task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1667]@2022-05-21T05:06:05.073792Z
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@67a3617a{SSLC.NBReadCB@62d45132{SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:05.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@4a9bced started
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1668]@2022-05-21T05:06:05.073942Z tryProduce true
2022-05-21T05:06:05.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:05.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@4a9bced waiting
2022-05-21T05:06:05.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@47b1f735{AC.ReadCB@10161485{HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@5218418f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:05.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@3607400a[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-05-21T05:06:05.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:05.076Z||qtp1980194149-19|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@48c53f3[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} appBuffer=HeapByteBuffer@48c53f3[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-05-21T05:06:05.076Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1b882d41[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.076Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:05.076Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@48c53f3[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-05-21T05:06:05.076Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@48c53f3[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-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@48c53f3[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-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:05.077Z||qtp1980194149-19|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-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:05.077Z||qtp1980194149-19|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-05-21T05:06:05.077Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:05.078Z||qtp1980194149-23|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@23300d70[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} appBuffer=HeapByteBuffer@23300d70[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-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@10161485[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@23300d70[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-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@23300d70[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-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@23300d70[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-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{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-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:05.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.078Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7a903d8b{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-05-21T05:06:05.079Z||qtp1980194149-23|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-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@43febcbb{null}
2022-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5b9341b8
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:06:05.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5b9341b8
2022-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:05.079Z||qtp1980194149-23|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-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.079Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:06:05.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@738713cd{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-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@194668f7{null}
2022-05-21T05:06:05.079Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:05.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@13a54d7f::SocketChannelEndPoint@66084131{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5b9341b8
2022-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{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-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b882d41::DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@2ff165ae{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@13a54d7f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@bd4bc2c{/10.233.76.234:34730<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1b882d41[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3dbeb6fb{s=START}]=>HttpChannelOverHttp@4d18e89{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@6dcf6682 waiting
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4da8eef4{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-05-21T05:06:05.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@67a3617a{null}
2022-05-21T05:06:05.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:06:05.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af6d78
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:05.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:06:05.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af6d78
2022-05-21T05:06:05.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:05.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@62d45132::SocketChannelEndPoint@306669e{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af6d78
2022-05-21T05:06:05.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@8246af7{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-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@47b1f735{null}
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10161485::DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@5218418f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62d45132{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@621ae9c4{/10.233.76.234:34728<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@10161485[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5735d065{s=START}]=>HttpChannelOverHttp@10e67c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@6af6e862 size 2 > capacity
2022-05-21T05:06:05.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@6af6e862
2022-05-21T05:06:15.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@1128f4e7 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:06:15.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:15.068Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:15.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@270c7454 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@1128f4e7
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@1128f4e7
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 1
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|wakeup on updates SelectorProducer@72998021
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:06:15.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@1128f4e7
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@270c7454
2022-05-21T05:06:15.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@270c7454
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:15.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@270c7454
2022-05-21T05:06:15.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@16b1f7a3
2022-05-21T05:06:15.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:15.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2310718e
2022-05-21T05:06:15.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@69fae0d2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:15.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1929e5a2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@373896dd{AC.ReadCB@70ef0ea1{HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3faa0c9d{SSLC.NBReadCB@35aa8c0e{SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5e813d9a on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@13c627a4{AC.ReadCB@39957b08{HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@1128f4e7
2022-05-21T05:06:15.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:15.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:15.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:15.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:15.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5e813d9a
2022-05-21T05:06:15.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| 1 on SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34818], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@11953ef{SSLC.NBReadCB@389af49e{SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ec87956 on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=1 updates=0
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1668]@2022-05-21T05:06:15.071685Z
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6dcf6682 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1668]@2022-05-21T05:06:15.071762Z
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@270c7454
2022-05-21T05:06:15.071Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1668]@2022-05-21T05:06:15.071824Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3faa0c9d{SSLC.NBReadCB@35aa8c0e{SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6dcf6682 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.072005Z
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.072122Z tryProduce true
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6ec87956
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@373896dd{AC.ReadCB@70ef0ea1{HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@69fae0d2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:15.072Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:15.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@48c53f3[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-05-21T05:06:15.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34816], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.073676Z
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@4a9bced offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.073757Z
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:06:15.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@768668a5
2022-05-21T05:06:15.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@768668a5
2022-05-21T05:06:15.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@768668a5 started
2022-05-21T05:06:15.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@4a9bced task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.073986Z
2022-05-21T05:06:15.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@768668a5 waiting
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.073938Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:15.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1669]@2022-05-21T05:06:15.074064Z tryProduce true
2022-05-21T05:06:15.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:15.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@11953ef{SSLC.NBReadCB@389af49e{SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@13c627a4{AC.ReadCB@39957b08{HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1929e5a2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.074Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:15.075Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.075Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@d816f9b[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-05-21T05:06:15.075Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:15.076Z||qtp1980194149-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@23300d70[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} appBuffer=HeapByteBuffer@23300d70[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-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@23300d70[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-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@23300d70[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-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@23300d70[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-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:15.077Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:15.078Z||qtp1980194149-19|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@4cde6112[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} appBuffer=HeapByteBuffer@4cde6112[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-05-21T05:06:15.078Z||qtp1980194149-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-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@39957b08[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@4cde6112[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-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@4cde6112[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-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@4cde6112[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-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:15.078Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:15.078Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:15.078Z||qtp1980194149-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-05-21T05:06:15.078Z||qtp1980194149-19|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-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:15.079Z||qtp1980194149-19|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-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{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-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{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-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6e19b540{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-05-21T05:06:15.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3faa0c9d{null}
2022-05-21T05:06:15.079Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:15.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65f00080
2022-05-21T05:06:15.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65f00080
2022-05-21T05:06:15.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:15.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:06:15.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@70c0a3f{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-05-21T05:06:15.081Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@11953ef{null}
2022-05-21T05:06:15.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:15.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:15.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@17ae64e0{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-05-21T05:06:15.080Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.081Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:06:15.081Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@420a993b
2022-05-21T05:06:15.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:06:15.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@420a993b
2022-05-21T05:06:15.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@373896dd{null}
2022-05-21T05:06:15.081Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:15.081Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:15.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:15.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:15.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@35aa8c0e::SocketChannelEndPoint@5ef1bb17{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65f00080
2022-05-21T05:06:15.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4471db56{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-05-21T05:06:15.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@389af49e::SocketChannelEndPoint@390c6f07{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@420a993b
2022-05-21T05:06:15.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:15.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:15.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@70ef0ea1::DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@69fae0d2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:15.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:15.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@13c627a4{null}
2022-05-21T05:06:15.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:15.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@35aa8c0e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a80cd96{/10.233.76.234:34818<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@70ef0ea1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@97a0b50{s=START}]=>HttpChannelOverHttp@6a65fcbe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:15.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@2955dcce waiting
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39957b08::DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@1929e5a2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@389af49e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4307ce92{/10.233.76.234:34816<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@39957b08[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4594de41{s=START}]=>HttpChannelOverHttp@7dbf9622{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@6dcf6682 size 2 > capacity
2022-05-21T05:06:15.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@6dcf6682
2022-05-21T05:06:25.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@49795827 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:06:25.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:25.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@6224705 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@49795827
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@49795827
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6224705
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6224705
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:25.069Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:25.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@49795827
2022-05-21T05:06:25.069Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6224705
2022-05-21T05:06:25.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:25.069Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:25.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2f942912
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@210929df
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2af83602{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3b1089a6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1c4dd353{AC.ReadCB@242a56f6{HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@23c5fa4{AC.ReadCB@53bf08ca{HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:25.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|needFillInterest uf=false SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.070Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6aa6bbca{SSLC.NBReadCB@cd233e6{SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:25.071Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@296eee71{SSLC.NBReadCB@1fe09d9a{SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7776e87b on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:25.071Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@32f9aa8b on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:25.071Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6224705
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7776e87b
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@49795827
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@32f9aa8b
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 2/2/2 selected
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 2 keys, 0 updates
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34892], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.071Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1670]@2022-05-21T05:06:25.072098Z
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@2955dcce offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1670]@2022-05-21T05:06:25.072144Z
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1670]@2022-05-21T05:06:25.072188Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:25.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@2955dcce task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1670]@2022-05-21T05:06:25.072246Z
2022-05-21T05:06:25.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1671]@2022-05-21T05:06:25.0723Z tryProduce true
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6aa6bbca{SSLC.NBReadCB@cd233e6{SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:25.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34894], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.072Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:25.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1c4dd353{AC.ReadCB@242a56f6{HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-05-21T05:06:25.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1671]@2022-05-21T05:06:25.073763Z
2022-05-21T05:06:25.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@2af83602{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:25.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@768668a5 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1671]@2022-05-21T05:06:25.073887Z
2022-05-21T05:06:25.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:06:25.073Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@46eb9bb7
2022-05-21T05:06:25.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:25.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1671]@2022-05-21T05:06:25.073996Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:25.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@cd233e6{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@46eb9bb7
2022-05-21T05:06:25.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@768668a5 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:25.074667Z
2022-05-21T05:06:25.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@23300d70[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-05-21T05:06:25.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:25.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@46eb9bb7 started
2022-05-21T05:06:25.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@46eb9bb7 waiting
2022-05-21T05:06:25.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@296eee71{SSLC.NBReadCB@1fe09d9a{SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:25.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=1}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:25.074802Z tryProduce true
2022-05-21T05:06:25.074Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:25.075Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@23c5fa4{AC.ReadCB@53bf08ca{HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@3b1089a6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fe09d9a{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@65fb859f[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-05-21T05:06:25.075Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:25.076Z||qtp1980194149-22|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@4cde6112[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} appBuffer=HeapByteBuffer@4cde6112[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-05-21T05:06:25.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:25.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@4cde6112[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-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@4cde6112[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-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@4cde6112[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-05-21T05:06:25.077Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@242a56f6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:25.077Z||qtp1980194149-22|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-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:25.077Z||qtp1980194149-22|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-05-21T05:06:25.077Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:25.078Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.078Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{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-05-21T05:06:25.078Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.079Z||qtp1980194149-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@6a7da0[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} appBuffer=HeapByteBuffer@6a7da0[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-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@23ae66cb{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-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6aa6bbca{null}
2022-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=2 updates=0
2022-05-21T05:06:25.079Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a47d08b
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a47d08b
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@40047e66{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-05-21T05:06:25.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:25.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:25.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1c4dd353{null}
2022-05-21T05:06:25.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@cd233e6::SocketChannelEndPoint@d4dc418{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a47d08b
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@6a7da0[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-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@6a7da0[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-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6a7da0[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-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@242a56f6::DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@2af83602{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@cd233e6{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@49764630{/10.233.76.234:34892<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@242a56f6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77eeb38a{s=START}]=>HttpChannelOverHttp@64599124{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@4a9bced waiting
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:25.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:25.080Z||qtp1980194149-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-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:25.081Z||qtp1980194149-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-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{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-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@64079029{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-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@296eee71{null}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eab993d
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eab993d
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@47c53c0a{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-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@23c5fa4{null}
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:25.082Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:06:25.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:25.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:25.082Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53bf08ca::DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@3b1089a6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:25.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1fe09d9a::SocketChannelEndPoint@2b5cbd0e{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.082Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7eab993d
2022-05-21T05:06:25.083Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fe09d9a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@756afec8{/10.233.76.234:34894<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@53bf08ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3d5eac10{s=START}]=>HttpChannelOverHttp@5e32542b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:25.083Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@2955dcce size 2 > capacity
2022-05-21T05:06:25.083Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@2955dcce
2022-05-21T05:06:35.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@50fb14ea on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:06:35.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:35.069Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@14117475 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@50fb14ea
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@50fb14ea
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@14117475
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@14117475
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.069Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:35.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@50fb14ea
2022-05-21T05:06:35.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@14117475
2022-05-21T05:06:35.069Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1ca24495
2022-05-21T05:06:35.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7c13191d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.070Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@723e544
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@520a656b{AC.ReadCB@721b7ce6{HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5e8e55bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:35.070Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7bdfdf80{SSLC.NBReadCB@46f3b3d3{SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@20e99603 on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@14117475
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@20e99603
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-05-21T05:06:35.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:35.071Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@27f57d7{AC.ReadCB@461f82ef{HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34976], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|0 r=true w=false for SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:35.072566Z
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@4a9bced offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:35.072641Z
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@38cdb58d{SSLC.NBReadCB@3dd454c3{SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:35.072699Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:35.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@4a9bced task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1672]@2022-05-21T05:06:35.072772Z
2022-05-21T05:06:35.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.07285Z tryProduce true
2022-05-21T05:06:35.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:35.072Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7bdfdf80{SSLC.NBReadCB@46f3b3d3{SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:35.072Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:35.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@27208c1b on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=1 updates=0
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=1
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@520a656b{AC.ReadCB@721b7ce6{HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@7c13191d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:35.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:35.073Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@50fb14ea
2022-05-21T05:06:35.073Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@27208c1b
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:35.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:35.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@65fb859f[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-05-21T05:06:35.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:34974], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.074523Z
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@46eb9bb7 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.074584Z
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@2ddba57e
2022-05-21T05:06:35.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@46eb9bb7 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.074725Z
2022-05-21T05:06:35.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@2ddba57e
2022-05-21T05:06:35.074Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.074701Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:35.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1673]@2022-05-21T05:06:35.074775Z tryProduce true
2022-05-21T05:06:35.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:35.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@2ddba57e started
2022-05-21T05:06:35.074Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@2ddba57e waiting
2022-05-21T05:06:35.074Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.075Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@38cdb58d{SSLC.NBReadCB@3dd454c3{SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@27f57d7{AC.ReadCB@461f82ef{HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@5e8e55bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7d130630[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-05-21T05:06:35.076Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:35.077Z||qtp1980194149-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@6a7da0[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} appBuffer=HeapByteBuffer@6a7da0[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-05-21T05:06:35.077Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.077Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@6a7da0[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-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@6a7da0[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-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6a7da0[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-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:35.078Z||qtp1980194149-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-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:35.078Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:35.078Z||qtp1980194149-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-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{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-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2e4e0c67{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-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7bdfdf80{null}
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a0bc70f
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:35.079Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/1 selected
2022-05-21T05:06:35.079Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.079Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:35.080Z||qtp1980194149-22|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@39944291[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} appBuffer=HeapByteBuffer@39944291[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-05-21T05:06:35.079Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a0bc70f
2022-05-21T05:06:35.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@461f82ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-05-21T05:06:35.080Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6d0a4563{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-05-21T05:06:35.080Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:35.080Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:35.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.081Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 1 keys
2022-05-21T05:06:35.080Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@39944291[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-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@520a656b{null}
2022-05-21T05:06:35.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@46f3b3d3::SocketChannelEndPoint@7b18e43b{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.081Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a0bc70f
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@39944291[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-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@39944291[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-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@721b7ce6::DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@7c13191d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@1f6c25cf[p=0,l=0,c=0,r=0]={<<<>>>}
2022-05-21T05:06:35.081Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:35.081Z||qtp1980194149-22|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-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@46f3b3d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40960408{/10.233.76.234:34976<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@721b7ce6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@36355941{s=START}]=>HttpChannelOverHttp@a77d57b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.081Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@768668a5 waiting
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-05-21T05:06:35.082Z||qtp1980194149-22|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-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{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-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5a80fc8b{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-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@38cdb58d{null}
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@2bfa5678{STARTED} id=0 keys=1 selected=0 updates=0
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a8042f0
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:35.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:35.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 0 updates
2022-05-21T05:06:35.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:35.082Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:35.083Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 0 keys
2022-05-21T05:06:35.082Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a8042f0
2022-05-21T05:06:35.082Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4f47e316{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-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@27f57d7{null}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:35.083Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:35.083Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@461f82ef::DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@5e8e55bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.083Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3dd454c3::SocketChannelEndPoint@750677fc{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3dd454c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@187168da{/10.233.76.234:34974<->/10.233.76.132:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@461f82ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2ef0dc1b{s=START}]=>HttpChannelOverHttp@58846681{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@4a9bced size 2 > capacity
2022-05-21T05:06:35.083Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a8042f0
2022-05-21T05:06:35.083Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=2/2,p=0}@4a9bced
2022-05-21T05:06:45.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@17aabeb0 on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=0
2022-05-21T05:06:45.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:45.068Z||qtp1980194149-20-acceptor-0@3891b430-ServerConnector@41c204a0{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@324d92f on ManagedSelector@2bfa5678{STARTED} id=0 keys=0 selected=0 updates=1
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/0 selected
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 2 updates
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@17aabeb0
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@17aabeb0
2022-05-21T05:06:45.068Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@324d92f
2022-05-21T05:06:45.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@324d92f
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@17aabeb0
2022-05-21T05:06:45.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:45.069Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@324d92f
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7721a32b
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4c4f925c
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4ac262c0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1a3e9aaf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2ad326c6::DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@52d505b6{AC.ReadCB@3080a848{HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2ad326c6::DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@700cbcca{AC.ReadCB@2ad326c6{HttpConnection@2ad326c6::DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6722354c{SSLC.NBReadCB@3a93de2e{SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.069Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@17aabeb0
2022-05-21T05:06:45.069Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken with none selected
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 0/0/2 selected
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 0 keys, 1 updates
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:45.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@43da411b{SSLC.NBReadCB@388a3845{SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4364e528
2022-05-21T05:06:45.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2a7b1135 on ManagedSelector@2bfa5678{STARTED} id=0 keys=2 selected=0 updates=0
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 1
2022-05-21T05:06:45.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|wakeup on updates SelectorProducer@72998021
2022-05-21T05:06:45.070Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@324d92f
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 1 updates
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:35068], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.070Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1674]@2022-05-21T05:06:45.071106Z
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@768668a5 offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1674]@2022-05-21T05:06:45.071175Z
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1674]@2022-05-21T05:06:45.071232Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6722354c{SSLC.NBReadCB@3a93de2e{SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@768668a5 task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.071503Z
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.071635Z tryProduce true
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2a7b1135
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@52d505b6{AC.ReadCB@3080a848{HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.071Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:45.071Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3080a848::DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4ac262c0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d woken up from select, 1/1/2 selected
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d processing 1 keys, 0 updates
2022-05-21T05:06:45.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3a93de2e::SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.132:8000 remote=/10.233.76.234:35066], selector=sun.nio.ch.EPollSelectorImpl@198dca6d, interestOps=1, readyOps=1 SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-05-21T05:06:45.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@f988ce0{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a93de2e{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1f60192{/10.233.76.234:35068<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3080a848[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b58a27f{s=START}]=>HttpChannelOverHttp@2215119f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.072Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.072906Z
2022-05-21T05:06:45.072Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7d130630[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-05-21T05:06:45.073Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@2ddba57e offer EatWhatYouKill@57df93c1/SelectorProducer@72998021/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.073038Z
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@6eeffeb6
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@2ddba57e task=EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.073154Z
2022-05-21T05:06:45.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@6eeffeb6
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.073305Z tryProduce true
2022-05-21T05:06:45.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@6eeffeb6 started
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@57df93c1/SelectorProducer@72998021/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1675]@2022-05-21T05:06:45.073276Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@43da411b{SSLC.NBReadCB@388a3845{SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-05-21T05:06:45.073Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@6eeffeb6 waiting
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.073Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@198dca6d waiting with 2 keys
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@700cbcca{AC.ReadCB@2ad326c6{HttpConnection@2ad326c6::DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2ad326c6::DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1a3e9aaf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@388a3845::SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.073Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-05-21T05:06:45.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1411de2f{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@388a3845{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@c4cc3e{/10.233.76.234:35066<->/10.233.76.132:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2ad326c6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e89b656{s=START}]=>HttpChannelOverHttp@6e0f8899{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-05-21T05:06:45.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@301cea38[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-05-21T05:06:45.074Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-05-21T05:06:45.076Z||qtp1980194149-21|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@39944291[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} appBuffer=HeapByteBuffer@39944291[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-05-21T05:06:45.077Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|