By type
2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:13.398Z||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 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@c814dcf::SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|
/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@c814dcf::SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{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 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2ed8b098{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) 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@51abb58e{null} 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:13.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@78d91c60 2021-04-14T06:51:13.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@78d91c60 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@79587eef{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) 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@12b6fe9c{null} 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47209fc3::DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@47209fc3::DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:13.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:13.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@47209fc3::DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47209fc3::DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@2f3bf90{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:13.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:13.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@c814dcf::SocketChannelEndPoint@5f16c82c{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@78d91c60 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c814dcf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6b4d4d7d{/10.233.68.39:40518<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@47209fc3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@da6df87{s=START}]=>HttpChannelOverHttp@28ec60c8{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:13.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a waiting 2021-04-14T06:51:19.594Z||qtp1980194149-20-acceptor-0@242c4a94-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@4577faaf on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:19.594Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:19.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:19.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:19.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:19.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:19.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4577faaf 2021-04-14T06:51:19.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4577faaf 2021-04-14T06:51:19.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:19.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4577faaf 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5acb2aa3 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@25e67125{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:19.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3399b51c{AC.ReadCB@267bd908{HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4bd299fe{SSLC.NBReadCB@9361899{SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7219a2cd on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7219a2cd 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4577faaf 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40614], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-04-14T06:51:19.596774Z 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-04-14T06:51:19.596823Z 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@1e5bf483 2021-04-14T06:51:19.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1641]@2021-04-14T06:51:19.596919Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:19.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1641]@2021-04-14T06:51:19.596953Z 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4bd299fe{SSLC.NBReadCB@9361899{SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:19.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1642]@2021-04-14T06:51:19.597035Z tryProduce true 2021-04-14T06:51:19.596Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@1e5bf483 2021-04-14T06:51:19.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:19.597Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@1e5bf483 started 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.597Z||qtp1980194149-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1e5bf483 waiting 2021-04-14T06:51:19.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3399b51c{AC.ReadCB@267bd908{HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-14T06:51:19.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@25e67125{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4fc48a7b[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} 2021-04-14T06:51:19.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:19.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@267bd908[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:19.599Z||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 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:19.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:19.599Z||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 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{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 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3f29965c{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) 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4bd299fe{null} 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f2d42af 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:19.600Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f2d42af 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6e934425{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) 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3399b51c{null} 2021-04-14T06:51:19.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:19.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:19.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:19.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:19.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:19.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:19.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:19.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:19.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@267bd908::DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@25e67125{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:19.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@9361899::SocketChannelEndPoint@172d95c4{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@9361899{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e1e4c97{/10.233.68.39:40614<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@267bd908[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@25e087dc{s=START}]=>HttpChannelOverHttp@6099ef79{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:19.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f2d42af 2021-04-14T06:51:19.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:51:23.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@4a435fe5 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:23.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4a435fe5 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4a435fe5 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:23.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:23.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4a435fe5 2021-04-14T06:51:23.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:23.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7cb3c9fa 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@7670f0ec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1dcb5d35{AC.ReadCB@146e1bc1{HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@799fed5e{SSLC.NBReadCB@11be3aaf{SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1994cb80 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:23.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4a435fe5 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1994cb80 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40656], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:23.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1642]@2021-04-14T06:51:23.394962Z 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1642]@2021-04-14T06:51:23.395014Z 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1642]@2021-04-14T06:51:23.395061Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:23.39512Z 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@799fed5e{SSLC.NBReadCB@11be3aaf{SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:23.395186Z tryProduce true 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1dcb5d35{AC.ReadCB@146e1bc1{HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7670f0ec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@43f5a067[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} 2021-04-14T06:51:23.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:23.397Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:23.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:23.397Z||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 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:23.398Z||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 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{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 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:23.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@73ff8e65{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) 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@799fed5e{null} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@496a29f3 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:23.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@496a29f3 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@75580ff8{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) 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1dcb5d35{null} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:23.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@7670f0ec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:23.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.400Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1957d03a waiting 2021-04-14T06:51:23.400Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@146e1bc1::DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:23.400Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@11be3aaf::SocketChannelEndPoint@35479fd2{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11be3aaf{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7f4059d9{/10.233.68.39:40656<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146e1bc1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ccd37d0{s=START}]=>HttpChannelOverHttp@2ba5ce05{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:23.400Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@496a29f3 2021-04-14T06:51:29.595Z||qtp1980194149-20-acceptor-0@242c4a94-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@65a10c70 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:29.595Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@65a10c70 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@65a10c70 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:29.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:29.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@65a10c70 2021-04-14T06:51:29.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:29.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2d297b00 2021-04-14T06:51:29.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2e77aa4b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@620518f2{AC.ReadCB@48e035fe{HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2b839e89{SSLC.NBReadCB@62f08c4a{SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4d77c56f on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4d77c56f 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@65a10c70 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:29.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40748], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:29.59721Z 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:29.597275Z 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:29.597392Z 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:29.59737Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1643]@2021-04-14T06:51:29.597493Z tryProduce true 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2b839e89{SSLC.NBReadCB@62f08c4a{SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@620518f2{AC.ReadCB@48e035fe{HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@2e77aa4b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:29.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:29.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@76877149[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} 2021-04-14T06:51:29.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:29.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:29.600Z||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 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:29.600Z||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 2021-04-14T06:51:29.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{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 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@337a6d0c{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) 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2b839e89{null} 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47bcb52a 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:29.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:29.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47bcb52a 2021-04-14T06:51:29.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3eccd86f{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) 2021-04-14T06:51:29.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@62f08c4a::SocketChannelEndPoint@53e60535{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@620518f2{null} 2021-04-14T06:51:29.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@47bcb52a 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48e035fe::DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@2e77aa4b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62f08c4a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4d5bc178{/10.233.68.39:40748<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48e035fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7133c16d{s=START}]=>HttpChannelOverHttp@726b0a32{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:29.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:51:33.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@1045b7cf on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:33.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@1045b7cf 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@1045b7cf 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:33.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:33.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@1045b7cf 2021-04-14T06:51:33.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:33.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5b07d889 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@6e8b1f7e{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3a5cc0eb{AC.ReadCB@bad51b6{HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5b1d16f7{SSLC.NBReadCB@77780212{SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6c42f714 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@1045b7cf 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6c42f714 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40788], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1644]@2021-04-14T06:51:33.395023Z 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1644]@2021-04-14T06:51:33.395078Z 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1644]@2021-04-14T06:51:33.395117Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1645]@2021-04-14T06:51:33.395179Z 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5b1d16f7{SSLC.NBReadCB@77780212{SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1645]@2021-04-14T06:51:33.395225Z tryProduce true 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3a5cc0eb{AC.ReadCB@bad51b6{HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6e8b1f7e{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@14435607[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} 2021-04-14T06:51:33.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:33.397Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@bad51b6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:33.397Z||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 2021-04-14T06:51:33.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:33.398Z||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 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{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 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@c7ed0cd{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) 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5b1d16f7{null} 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@396c2975 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:33.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:33.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@21c99ceb{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) 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3a5cc0eb{null} 2021-04-14T06:51:33.398Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@396c2975 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@6e8b1f7e{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1957d03a waiting 2021-04-14T06:51:33.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@bad51b6::DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:33.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@77780212::SocketChannelEndPoint@1ce20cd5{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77780212{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6203234f{/10.233.68.39:40788<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@bad51b6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c9a5ee9{s=START}]=>HttpChannelOverHttp@5d742baa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:33.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@396c2975 2021-04-14T06:51:39.594Z||qtp1980194149-20-acceptor-0@242c4a94-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@6a1d95ea on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:39.594Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:39.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6a1d95ea 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6a1d95ea 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6a1d95ea 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6828032b 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@c2feda6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5b7573dc{AC.ReadCB@24369653{HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4be1f2ef{SSLC.NBReadCB@3e3f3683{SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@cad5e3e on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:39.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:39.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6a1d95ea 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@cad5e3e 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40876], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1645]@2021-04-14T06:51:39.596442Z 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1645]@2021-04-14T06:51:39.596496Z 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1645]@2021-04-14T06:51:39.596533Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4be1f2ef{SSLC.NBReadCB@3e3f3683{SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:39.596707Z 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:39.596805Z tryProduce true 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5b7573dc{AC.ReadCB@24369653{HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@c2feda6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:39.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@13feeaa6[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} 2021-04-14T06:51:39.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:39.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@24369653[p=HttpParser{s=START,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:39.599Z||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 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:39.599Z||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 2021-04-14T06:51:39.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{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 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@31491816{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) 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4be1f2ef{null} 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ea1f0 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:39.600Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ea1f0 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:39.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:39.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7dd835ce{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) 2021-04-14T06:51:39.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5b7573dc{null} 2021-04-14T06:51:39.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:39.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3e3f3683::SocketChannelEndPoint@22a04d05{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@24369653::DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@c2feda6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:39.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ea1f0 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3e3f3683{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2cc7555e{/10.233.68.39:40876<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@24369653[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@28c4f9bf{s=START}]=>HttpChannelOverHttp@5fe8af71{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:39.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:51:43.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@3a71433b on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:43.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3a71433b 2021-04-14T06:51:43.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3a71433b 2021-04-14T06:51:43.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3a71433b 2021-04-14T06:51:43.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:43.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6ef6544e 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@18aa1c00{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:43.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:43.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7ae0dbf3{AC.ReadCB@44226f7f{HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2d6e1a47{SSLC.NBReadCB@6384e327{SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@69374916 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:43.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.395Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3a71433b 2021-04-14T06:51:43.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@69374916 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:40920], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:43.396015Z 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:43.396182Z 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:43.396281Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1646]@2021-04-14T06:51:43.396355Z 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1647]@2021-04-14T06:51:43.396417Z tryProduce true 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2d6e1a47{SSLC.NBReadCB@6384e327{SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.396Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7ae0dbf3{AC.ReadCB@44226f7f{HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@18aa1c00{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:43.396Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:43.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@55365038[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} 2021-04-14T06:51:43.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:43.399Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:43.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@44226f7f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:43.400Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:43.400Z||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 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:43.401Z||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 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.401Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{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 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@dc9fc6a{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) 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2d6e1a47{null} 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:43.402Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@600a07fc 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:43.402Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:43.402Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@600a07fc 2021-04-14T06:51:43.403Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.403Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.403Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-04-14T06:51:43.403Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.403Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6384e327::SocketChannelEndPoint@32f19163{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.403Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@600a07fc 2021-04-14T06:51:43.403Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6f9cdf8b{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) 2021-04-14T06:51:43.403Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7ae0dbf3{null} 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44226f7f::DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@18aa1c00{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6384e327{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@266efb27{/10.233.68.39:40920<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@44226f7f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32e28bb3{s=START}]=>HttpChannelOverHttp@5d6f5dc9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:43.404Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1957d03a waiting 2021-04-14T06:51:49.595Z||qtp1980194149-20-acceptor-0@242c4a94-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@57de0a89 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:49.595Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@57de0a89 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@57de0a89 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:49.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:49.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@57de0a89 2021-04-14T06:51:49.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:49.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@73303f3f 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@8f2cf81{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@55f16960{AC.ReadCB@7a49c067{HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@618fc141{SSLC.NBReadCB@5b03192f{SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2286763e on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2286763e 2021-04-14T06:51:49.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@57de0a89 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:49.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41012], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1647]@2021-04-14T06:51:49.59713Z 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1647]@2021-04-14T06:51:49.597186Z 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1647]@2021-04-14T06:51:49.597223Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1648]@2021-04-14T06:51:49.597278Z 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@618fc141{SSLC.NBReadCB@5b03192f{SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1648]@2021-04-14T06:51:49.597476Z tryProduce true 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@55f16960{AC.ReadCB@7a49c067{HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@8f2cf81{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:49.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@60e77985[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} 2021-04-14T06:51:49.598Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:49.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:49.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7a49c067[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:49.600Z||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 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:49.600Z||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 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:49.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{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 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7cea4548{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) 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@618fc141{null} 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4020795e 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:49.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4020795e 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:49.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:49.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@63ccad50{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) 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@55f16960{null} 2021-04-14T06:51:49.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5b03192f::SocketChannelEndPoint@32b4715{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:49.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4020795e 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a49c067::DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@8f2cf81{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b03192f{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@51b8394c{/10.233.68.39:41012<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@7a49c067[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4be1295a{s=START}]=>HttpChannelOverHttp@3702dd3c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:49.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:51:53.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@6a183472 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:53.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6a183472 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6a183472 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:53.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:53.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6a183472 2021-04-14T06:51:53.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:53.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@33ed9dd5 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5f21baf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@78d67300{AC.ReadCB@5aae2df1{HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@533c184e{SSLC.NBReadCB@5482e904{SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@103511e4 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:53.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6a183472 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@103511e4 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41050], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1648]@2021-04-14T06:51:53.394833Z 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1648]@2021-04-14T06:51:53.394897Z 2021-04-14T06:51:53.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1648]@2021-04-14T06:51:53.394948Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:53.395012Z 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@533c184e{SSLC.NBReadCB@5482e904{SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:53.395077Z tryProduce true 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@78d67300{AC.ReadCB@5aae2df1{HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@5f21baf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4a24620f[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} 2021-04-14T06:51:53.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:53.397Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:53.397Z||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 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:53.397Z||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 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:53.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{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 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7a21a950{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) 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@533c184e{null} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73485118 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73485118 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:53.398Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1cc5c8c4{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) 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@78d67300{null} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} onFillable exit HttpChannelState@5f21baf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:53.398Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@5aae2df1::DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:53.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1957d03a waiting 2021-04-14T06:51:53.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5482e904::SocketChannelEndPoint@4faee890{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5482e904{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3d209ef3{/10.233.68.39:41050<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5aae2df1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d6c2261{s=START}]=>HttpChannelOverHttp@6e8c05cd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:53.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73485118 2021-04-14T06:51:59.594Z||qtp1980194149-20-acceptor-0@242c4a94-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@6cac4e1e on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:51:59.594Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:51:59.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:59.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:59.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:59.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6cac4e1e 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6cac4e1e 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6cac4e1e 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@3e8bffc9 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@29c72689{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7c9e8b4b{AC.ReadCB@48d3f1cf{HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2b94509e{SSLC.NBReadCB@64cae971{SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@18a6b5fc on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6cac4e1e 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:51:59.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@18a6b5fc 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41136], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:59.59634Z 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:59.596391Z 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:59.596468Z 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:59.596424Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1649]@2021-04-14T06:51:59.596555Z tryProduce true 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2b94509e{SSLC.NBReadCB@64cae971{SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7c9e8b4b{AC.ReadCB@48d3f1cf{HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@29c72689{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:51:59.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@165219a7[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} 2021-04-14T06:51:59.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:51:59.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:59.599Z||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 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:51:59.599Z||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 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:51:59.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{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 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@557b68ba{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) 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2b94509e{null} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@535be968 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:51:59.600Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@535be968 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@de633dd{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) 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7c9e8b4b{null} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:51:59.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@29c72689{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:51:59.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:51:59.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@48d3f1cf::DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:51:59.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@64cae971::SocketChannelEndPoint@606f20cd{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@64cae971{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@30b7111a{/10.233.68.39:41136<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@48d3f1cf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cfd0b33{s=START}]=>HttpChannelOverHttp@2191b490{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:51:59.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@535be968 2021-04-14T06:52:03.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@5c74b02b on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:52:03.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@5c74b02b 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@5c74b02b 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:03.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:03.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@5c74b02b 2021-04-14T06:52:03.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:52:03.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@57436842 2021-04-14T06:52:03.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@72d105fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:52:03.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@688cf6d0{AC.ReadCB@3e1c729e{HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3559f1dd{SSLC.NBReadCB@2d25cb55{SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@36a5eb40 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@5c74b02b 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@36a5eb40 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41172], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1650]@2021-04-14T06:52:03.394899Z 2021-04-14T06:52:03.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1650]@2021-04-14T06:52:03.394979Z 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1650]@2021-04-14T06:52:03.395053Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@709df14 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1650]@2021-04-14T06:52:03.395097Z 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3559f1dd{SSLC.NBReadCB@2d25cb55{SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1651]@2021-04-14T06:52:03.395164Z tryProduce true 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.395Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@688cf6d0{AC.ReadCB@3e1c729e{HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@72d105fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@284b993[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} 2021-04-14T06:52:03.395Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:52:03.397Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=3/30000} 2021-04-14T06:52:03.397Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:52:03.398Z||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 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:52:03.398Z||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 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{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 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.398Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@33f5f84a{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) 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3559f1dd{null} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c49518 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:52:03.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c49518 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:03.399Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:52:03.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@33c48ad4{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) 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@688cf6d0{null} 2021-04-14T06:52:03.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2d25cb55::SocketChannelEndPoint@1cc656a9{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c49518 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3e1c729e::DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@72d105fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d25cb55{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c8c63d8{/10.233.68.39:41172<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3e1c729e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1288ef8a{s=START}]=>HttpChannelOverHttp@640ee48c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:03.399Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@1957d03a waiting 2021-04-14T06:52:09.594Z||qtp1980194149-20-acceptor-0@242c4a94-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@7b59636e on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:52:09.594Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:52:09.594Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7b59636e 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7b59636e 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:09.595Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7b59636e 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@144a9550 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@18533363{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@566937c9{AC.ReadCB@58f3d52c{HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:52:09.595Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1075d29d{SSLC.NBReadCB@5c1b3dca{SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@15854834 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@15854834 2021-04-14T06:52:09.596Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7b59636e 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41278], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1651]@2021-04-14T06:52:09.596626Z 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1651]@2021-04-14T06:52:09.596684Z 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1651]@2021-04-14T06:52:09.59675Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-04-14T06:52:09.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@1957d03a task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1651]@2021-04-14T06:52:09.596807Z 2021-04-14T06:52:09.596Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1075d29d{SSLC.NBReadCB@5c1b3dca{SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:52:09.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/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=1652]@2021-04-14T06:52:09.596887Z tryProduce true 2021-04-14T06:52:09.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:52:09.596Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.597Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@566937c9{AC.ReadCB@58f3d52c{HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@18533363{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5cf0b8a[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} 2021-04-14T06:52:09.597Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-04-14T06:52:09.599Z||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@59409e0c[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@59409e0c[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} 2021-04-14T06:52:09.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-04-14T06:52:09.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@59409e0c[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} 2021-04-14T06:52:09.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@59409e0c[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} {} 2021-04-14T06:52:09.599Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@59409e0c[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} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@730519b0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:52:09.600Z||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 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-04-14T06:52:09.600Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-04-14T06:52:09.600Z||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 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{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 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@9d3b2f2{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) 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1075d29d{null} 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@351710ce 2021-04-14T06:52:09.601Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@351710ce 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 0 updates 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:09.601Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 0 keys 2021-04-14T06:52:09.601Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@42f83a2f{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) 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@566937c9{null} 2021-04-14T06:52:09.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-04-14T06:52:09.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58f3d52c::DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@18533363{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-04-14T06:52:09.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5c1b3dca::SocketChannelEndPoint@1c069148{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.602Z||qtp1980194149-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@351710ce 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c1b3dca{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@307768f4{/10.233.68.39:41278<->/10.233.68.95:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58f3d52c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@57a0de75{s=START}]=>HttpChannelOverHttp@1dd327e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:09.602Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@709df14 waiting 2021-04-14T06:52:13.393Z||qtp1980194149-20-acceptor-0@242c4a94-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@504973d3 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-04-14T06:52:13.393Z||qtp1980194149-20-acceptor-0@242c4a94-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=1 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/0 selected 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@504973d3 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@504973d3 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:13.393Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:13.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@504973d3 2021-04-14T06:52:13.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-04-14T06:52:13.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6cb1f677 2021-04-14T06:52:13.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@498dbdbd{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-04-14T06:52:13.393Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2a6cf8b5::DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5d2ec5c0::SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2a6cf8b5::DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2a6cf8b5::DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@27d45079{AC.ReadCB@2a6cf8b5{HttpConnection@2a6cf8b5::DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5d2ec5c0::SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.68.95:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6ab0ad66{SSLC.NBReadCB@5d2ec5c0{SslConnection@5d2ec5c0::SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@411b7535 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken with none selected 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 0/0/1 selected 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 0 keys, 1 updates 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@411b7535 2021-04-14T06:52:13.394Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@504973d3 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b waiting with 1 keys 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b woken up from select, 1/1/1 selected 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@6ede326b processing 1 keys, 0 updates 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.68.95:8000 remote=/10.233.68.39:41314], selector=sun.nio.ch.EPollSelectorImpl@6ede326b, interestOps=1, readyOps=1 SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39065e3{s=START}]=>HttpChannelOverHttp@169c3525{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-04-14T06:52:13.394Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6384b6a1{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d2ec5c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@ffa335d{/10.233.68.39:41314<->/10.233.68.95:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2a6cf8b5[p=HttpP