By type
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-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6c77fd45{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-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6adcbd12{null} 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:34.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60ce8d54 2021-08-30T10:11:34.146Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60ce8d54 2021-08-30T10:11:34.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:34.147Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:34.147Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:11:34.147Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:34.147Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:34.147Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:11:34.148Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.148Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@22642cf7::DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-08-30T10:11:34.148Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@68e92262::SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.148Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60ce8d54 2021-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@734c9b39{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@22a9e0a6{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-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@69dc274a{null} 2021-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@22642cf7::DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:11:34.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@22642cf7::DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-08-30T10:11:34.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:11:34.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@22642cf7::DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@123d255e{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:34.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|
/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@68e92262{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@53ff393{/10.233.69.63:54924<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@22642cf7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1230f787{s=START}]=>HttpChannelOverHttp@152bed94{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:34.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:11:42.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@44bc9cf8 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:11:42.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@44bc9cf8 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@44bc9cf8 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:42.182Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:42.182Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@44bc9cf8 2021-08-30T10:11:42.182Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@44ad9ec8 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@812275b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@8338720{AC.ReadCB@20e1a34f{HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2565b6b2{SSLC.NBReadCB@450b3eff{SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@39858827 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:11:42.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.184Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@44bc9cf8 2021-08-30T10:11:42.184Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:42.184Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:11:42.184Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:42.184Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:42.184Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@39858827 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55050], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-08-30T10:11:42.185373Z 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-08-30T10:11:42.18544Z 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-08-30T10:11:42.185495Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:42.185583Z 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2565b6b2{SSLC.NBReadCB@450b3eff{SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:42.185641Z tryProduce true 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.185Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:42.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@8338720{AC.ReadCB@20e1a34f{HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@812275b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@63ccad50[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-08-30T10:11:42.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:11:42.188Z||qtp666312528-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@3ad59a9e[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@3ad59a9e[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-08-30T10:11:42.188Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:42.189Z||qtp666312528-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-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:11:42.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:42.189Z||qtp666312528-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-08-30T10:11:42.190Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:11:42.190Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.191Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{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-08-30T10:11:42.191Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:11:42.191Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.191Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.191Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@38bccbfd{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-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2565b6b2{null} 2021-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@165219a7 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.192Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@165219a7 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:42.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:11:42.192Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.192Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:11:42.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.193Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@450b3eff::SocketChannelEndPoint@6bc7389{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.193Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@165219a7 2021-08-30T10:11:42.193Z||qtp666312528-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.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-08-30T10:11:42.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@8338720{null} 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@20e1a34f::DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@812275b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@450b3eff{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6dd72153{/10.233.69.63:55050<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@20e1a34f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@118252b4{s=START}]=>HttpChannelOverHttp@13bed62a{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:42.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@53206d3 waiting 2021-08-30T10:11:44.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@46f2dd7c on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:11:44.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@46f2dd7c 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@46f2dd7c 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:44.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:44.136Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@46f2dd7c 2021-08-30T10:11:44.136Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:11:44.136Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5670a8df 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@65c779a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7f20eac9{AC.ReadCB@55b911de{HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:11:44.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@620a3312{SSLC.NBReadCB@512fd28c{SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4d9e366d on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4d9e366d 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@46f2dd7c 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55096], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:44.139183Z 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:44.139275Z 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:44.1394Z 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-08-30T10:11:44.139341Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@620a3312{SSLC.NBReadCB@512fd28c{SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-08-30T10:11:44.139569Z tryProduce true 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7f20eac9{AC.ReadCB@55b911de{HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@65c779a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:11:44.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@39081991[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-08-30T10:11:44.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@55b911de[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:44.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:11:44.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{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-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2db887c9{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-08-30T10:11:44.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@620a3312{null} 2021-08-30T10:11:44.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:44.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40f9ee08 2021-08-30T10:11:44.146Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40f9ee08 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:44.146Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:11:44.146Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.146Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:11:44.146Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@512fd28c::SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.147Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@40f9ee08 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5e1e2221{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1805564a{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-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7f20eac9{null} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55b911de::DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@65c779a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@512fd28c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@297c57be{/10.233.69.63:55096<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@55b911de[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1a25beb0{s=START}]=>HttpChannelOverHttp@59cbbb2e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:44.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:11:52.192Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@6200b3a5 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:11:52.193Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:11:52.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:52.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:52.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:52.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:52.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6200b3a5 2021-08-30T10:11:52.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6200b3a5 2021-08-30T10:11:52.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:52.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:52.195Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6200b3a5 2021-08-30T10:11:52.196Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:11:52.196Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2e8fe0a4 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@2f4447f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} 2021-08-30T10:11:52.198Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6d15a435{AC.ReadCB@532f1e45{HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@466342e4{SSLC.NBReadCB@4d79d7da{SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@45279af5 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:11:52.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:11:52.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:52.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:52.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@45279af5 2021-08-30T10:11:52.199Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6200b3a5 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55236], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:11:52.200Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-08-30T10:11:52.20081Z 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-08-30T10:11:52.201016Z 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-08-30T10:11:52.201109Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-08-30T10:11:52.201174Z 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-08-30T10:11:52.201287Z tryProduce true 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@466342e4{SSLC.NBReadCB@4d79d7da{SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.201Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6d15a435{AC.ReadCB@532f1e45{HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@2f4447f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.201Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:11:52.203Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.203Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@de633dd[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-08-30T10:11:52.203Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:11:52.206Z||qtp666312528-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@3ad59a9e[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@3ad59a9e[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-08-30T10:11:52.206Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@532f1e45[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.206Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:11:52.206Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:11:52.206Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:11:52.206Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:11:52.207Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:11:52.207Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-08-30T10:11:52.207Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-08-30T10:11:52.207Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:52.208Z||qtp666312528-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-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:11:52.208Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:52.208Z||qtp666312528-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-08-30T10:11:52.209Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:11:52.209Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{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-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@b7f9ce7{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-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@466342e4{null} 2021-08-30T10:11:52.211Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:52.212Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5cf0b8a 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:52.212Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5cf0b8a 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:11:52.212Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:52.212Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:11:52.212Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.212Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.212Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} 2021-08-30T10:11:52.212Z||qtp666312528-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.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-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6d15a435{null} 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:11:52.213Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@4d79d7da::SocketChannelEndPoint@3a916a51{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000} 2021-08-30T10:11:52.213Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5cf0b8a 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000} 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@532f1e45::DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@2f4447f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4d79d7da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@338663bc{/10.233.69.63:55236<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@532f1e45[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de2c64a{s=START}]=>HttpChannelOverHttp@265713e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:52.213Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@53206d3 waiting 2021-08-30T10:11:54.137Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@13ac706a on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:11:54.137Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@13ac706a 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@13ac706a 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:54.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:54.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@13ac706a 2021-08-30T10:11:54.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:11:54.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2f71a64 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@39807d2b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@e433a6c{AC.ReadCB@39e6445{HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:11:54.139Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7e0fcbad{SSLC.NBReadCB@3148dde{SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@59d2d3cf on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@59d2d3cf 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@13ac706a 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55264], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-08-30T10:11:54.14088Z 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-08-30T10:11:54.141206Z 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-08-30T10:11:54.141286Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-08-30T10:11:54.141382Z 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:11:54.141448Z tryProduce true 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7e0fcbad{SSLC.NBReadCB@3148dde{SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@e433a6c{AC.ReadCB@39e6445{HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@39807d2b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:11:54.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@8d7556b[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-08-30T10:11:54.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@39e6445[p=HttpParser{s=START,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:11:54.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:11:54.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:11:54.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:11:54.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{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-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7d163d7{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-08-30T10:11:54.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7e0fcbad{null} 2021-08-30T10:11:54.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:11:54.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3554d261 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:11:54.149Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3554d261 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:11:54.149Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:11:54.150Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.150Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:11:54.150Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3148dde::SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.150Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3554d261 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7af9d150{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@144fbed1{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-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@e433a6c{null} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@39e6445::DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@39807d2b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3148dde{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@dc75e92{/10.233.69.63:55264<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@39e6445[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@341070e0{s=START}]=>HttpChannelOverHttp@31563b8b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:11:54.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:12:02.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@335765bb on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:02.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@335765bb 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@335765bb 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:02.183Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:02.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@335765bb 2021-08-30T10:12:02.183Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:02.184Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5e58ef61 2021-08-30T10:12:02.184Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3099beb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:02.184Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:02.184Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6200c8a8{AC.ReadCB@1a335f0c{HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@624b30db{SSLC.NBReadCB@1f573fe4{SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@44c59b69 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:02.185Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:02.185Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:02.186Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.186Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@335765bb 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@44c59b69 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:02.186Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:02.187Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55394], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.187Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.187Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:02.187Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:12:02.187633Z 2021-08-30T10:12:02.187Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:12:02.187805Z 2021-08-30T10:12:02.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:12:02.187935Z 2021-08-30T10:12:02.188Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:12:02.188007Z tryProduce true 2021-08-30T10:12:02.188Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:02.188Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:02.188Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.188Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:02.188Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-08-30T10:12:02.187975Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:02.188Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@624b30db{SSLC.NBReadCB@1f573fe4{SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:02.188Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6200c8a8{AC.ReadCB@1a335f0c{HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=4/30000}}} 2021-08-30T10:12:02.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@3099beb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:02.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.189Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:02.190Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.190Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@42f83a2f[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-08-30T10:12:02.190Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:02.192Z||qtp666312528-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@3ad59a9e[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@3ad59a9e[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-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:02.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:02.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:02.194Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:02.194Z||qtp666312528-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-08-30T10:12:02.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:02.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:02.195Z||qtp666312528-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-08-30T10:12:02.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:02.195Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.196Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{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-08-30T10:12:02.196Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3f16eaa1{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-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@624b30db{null} 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:02.197Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2bc69b93 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:02.197Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2bc69b93 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:02.197Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:02.198Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.198Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-08-30T10:12:02.198Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1f573fe4::SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.198Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2bc69b93 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1eacd48d{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@265a6f45{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-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6200c8a8{null} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1a335f0c::DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@3099beb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f573fe4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b7920b5{/10.233.69.63:55394<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1a335f0c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2d99d833{s=START}]=>HttpChannelOverHttp@2f0e22c{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:02.199Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@53206d3 waiting 2021-08-30T10:12:04.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@631e4790 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:04.136Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@631e4790 2021-08-30T10:12:04.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@631e4790 2021-08-30T10:12:04.136Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@631e4790 2021-08-30T10:12:04.136Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:04.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:04.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7975e88d 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4952e64b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:04.137Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@111a387f{AC.ReadCB@1f354e6c{HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2469521e{SSLC.NBReadCB@5ee6a149{SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4f6e5333 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:04.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.138Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@631e4790 2021-08-30T10:12:04.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:04.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:04.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:04.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4f6e5333 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:04.139Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@68646700 IDLE 2021-08-30T10:12:04.139Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute STOP! 2021-08-30T10:12:04.139Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 offer STOP! 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:04.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 task=STOP! 2021-08-30T10:12:04.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 Exited 2021-08-30T10:12:04.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=1/2,p=0}@53206d3 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55430], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:04.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-08-30T10:12:04.140231Z 2021-08-30T10:12:04.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@68646700 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-08-30T10:12:04.140451Z 2021-08-30T10:12:04.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1 2021-08-30T10:12:04.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@2a42ddf2 2021-08-30T10:12:04.141Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@2a42ddf2 2021-08-30T10:12:04.141Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@2a42ddf2 started 2021-08-30T10:12:04.141Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@2a42ddf2 waiting 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@68646700 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-08-30T10:12:04.141433Z 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-08-30T10:12:04.141502Z tryProduce true 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:04.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1646]@2021-08-30T10:12:04.14135Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:04.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2469521e{SSLC.NBReadCB@5ee6a149{SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@111a387f{AC.ReadCB@1f354e6c{HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=5/30000}}} 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@4952e64b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:04.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@3916d501[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-08-30T10:12:04.143Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:04.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:04.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:04.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:04.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:04.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:04.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:04.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=11/30000} 2021-08-30T10:12:04.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=11/30000} 2021-08-30T10:12:04.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:04.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:04.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:04.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:04.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:04.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:04.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:04.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:04.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.152Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{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-08-30T10:12:04.152Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=15/30000} 2021-08-30T10:12:04.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.154Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@50c65dc4{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-08-30T10:12:04.154Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2469521e{null} 2021-08-30T10:12:04.154Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:04.155Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:04.155Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@788602df 2021-08-30T10:12:04.155Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@788602df 2021-08-30T10:12:04.155Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.156Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.156Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.156Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4497ed70{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-08-30T10:12:04.156Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@111a387f{null} 2021-08-30T10:12:04.156Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=19/30000} 2021-08-30T10:12:04.156Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5ee6a149::SocketChannelEndPoint@6ef23f65{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.156Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@788602df 2021-08-30T10:12:04.156Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:04.157Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=20/30000} 2021-08-30T10:12:04.157Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=20/30000} 2021-08-30T10:12:04.157Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1f354e6c::DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=20/30000} onFillable exit HttpChannelState@4952e64b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:04.157Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5ee6a149{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3624eefd{/10.233.69.63:55430<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@1f354e6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4f24ef6e{s=START}]=>HttpChannelOverHttp@79a706ad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:04.157Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:12:12.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@4644dcd on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:12.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:12.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4644dcd 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4644dcd 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:12.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:12.183Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4644dcd 2021-08-30T10:12:12.183Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:12.183Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@43f5a067 2021-08-30T10:12:12.183Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@75580ff8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:12.183Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@396c2975{AC.ReadCB@1b407fac{HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@21c99ceb{SSLC.NBReadCB@14435607{SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:12.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2fb415bb on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:12.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2fb415bb 2021-08-30T10:12:12.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4644dcd 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55554], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-08-30T10:12:12.186251Z 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-08-30T10:12:12.18636Z 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-08-30T10:12:12.186519Z 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-08-30T10:12:12.186463Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-08-30T10:12:12.186594Z tryProduce true 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@21c99ceb{SSLC.NBReadCB@14435607{SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:12.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@396c2975{AC.ReadCB@1b407fac{HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-30T10:12:12.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@75580ff8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:12.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:12.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2f57cc73[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-08-30T10:12:12.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1b407fac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:12.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:12.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{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-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@13256b6{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-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@21c99ceb{null} 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:12.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e164e38 2021-08-30T10:12:12.192Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e164e38 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.193Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7144fe22{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-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@396c2975{null} 2021-08-30T10:12:12.193Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:12:12.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1b407fac::DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@75580ff8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:12.194Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.194Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@14435607::SocketChannelEndPoint@28429987{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@14435607{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@496a29f3{/10.233.69.63:55554<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b407fac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c7ed0cd{s=START}]=>HttpChannelOverHttp@73ff8e65{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:12.194Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@68646700 waiting 2021-08-30T10:12:12.194Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3e164e38 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:12.194Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:14.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@74bb520b on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:14.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:14.135Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@74bb520b 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@74bb520b 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:14.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:14.136Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@74bb520b 2021-08-30T10:12:14.136Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2d3ba50e 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6239af7a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@63b6cf82{AC.ReadCB@12da65e6{HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:14.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@22026347{SSLC.NBReadCB@55eaf1f5{SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@20655bab on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@74bb520b 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@20655bab 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:14.138Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:14.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55594], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:14.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-08-30T10:12:14.139742Z 2021-08-30T10:12:14.139Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@68646700 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-08-30T10:12:14.139904Z 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@68646700 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-08-30T10:12:14.140115Z 2021-08-30T10:12:14.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-08-30T10:12:14.140029Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-08-30T10:12:14.140201Z tryProduce true 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.140Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:14.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@22026347{SSLC.NBReadCB@55eaf1f5{SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:14.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@63b6cf82{AC.ReadCB@12da65e6{HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=4/30000}}} 2021-08-30T10:12:14.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@6239af7a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:14.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:14.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@29eccaf3[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-08-30T10:12:14.142Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:14.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:14.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@12da65e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:14.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:14.145Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:14.146Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{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-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6134a5eb{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-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@22026347{null} 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab338d0 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:14.148Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:14.148Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab338d0 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@65db4ade{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-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@63b6cf82{null} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@6239af7a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:14.149Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.149Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@12da65e6::DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-30T10:12:14.149Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:12:14.150Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@55eaf1f5::SocketChannelEndPoint@257000e3{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@55eaf1f5{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@47ebd87c{/10.233.69.63:55594<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@12da65e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c5beb0c{s=START}]=>HttpChannelOverHttp@323eb939{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:14.150Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ab338d0 2021-08-30T10:12:22.183Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@7c499b9a on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:22.183Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7c499b9a 2021-08-30T10:12:22.183Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7c499b9a 2021-08-30T10:12:22.184Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:22.184Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:22.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7c499b9a 2021-08-30T10:12:22.184Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@dc9fc6a 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@8cce5d0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1cc5c8c4{AC.ReadCB@4a24620f{HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:22.185Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7518f549{SSLC.NBReadCB@7a21a950{SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@284b993 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7c499b9a 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@284b993 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55732], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-08-30T10:12:22.187019Z 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-08-30T10:12:22.187119Z 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-08-30T10:12:22.187463Z 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-08-30T10:12:22.187393Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-08-30T10:12:22.187524Z tryProduce true 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.187Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7518f549{SSLC.NBReadCB@7a21a950{SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1cc5c8c4{AC.ReadCB@4a24620f{HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-30T10:12:22.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@8cce5d0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:22.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.188Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:22.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7375fd71[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-08-30T10:12:22.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:22.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:22.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4a24620f[p=HttpParser{s=START,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:22.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:22.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:22.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{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-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7f9e1aa9{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-08-30T10:12:22.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7518f549{null} 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29fd5e96 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:22.193Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.193Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29fd5e96 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4571d36c{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-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1cc5c8c4{null} 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:22.193Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:22.193Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:22.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:22.194Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4a24620f::DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@8cce5d0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:22.194Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7a21a950::SocketChannelEndPoint@55365038{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.194Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a21a950{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f9cdf8b{/10.233.69.63:55732<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4a24620f[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@73485118{s=START}]=>HttpChannelOverHttp@600a07fc{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:22.194Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@29fd5e96 2021-08-30T10:12:22.194Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@68646700 waiting 2021-08-30T10:12:24.135Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@6dfa6144 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:24.136Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6dfa6144 2021-08-30T10:12:24.136Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6dfa6144 2021-08-30T10:12:24.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:24.137Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:24.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6dfa6144 2021-08-30T10:12:24.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:24.137Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@666ac413 2021-08-30T10:12:24.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@40a03acb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:24.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:24.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.138Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:24.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:24.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2e4a3d5d{AC.ReadCB@705a2490{HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:24.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:24.139Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.140Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@f15e2a0{SSLC.NBReadCB@3b0c2cd2{SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:24.140Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.140Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5525352c on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:24.140Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5525352c 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:24.140Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55768], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-08-30T10:12:24.141232Z 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@68646700 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-08-30T10:12:24.141314Z 2021-08-30T10:12:24.141Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6dfa6144 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-08-30T10:12:24.141369Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@68646700 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-08-30T10:12:24.14143Z 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@f15e2a0{SSLC.NBReadCB@3b0c2cd2{SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-08-30T10:12:24.1415Z tryProduce true 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2e4a3d5d{AC.ReadCB@705a2490{HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@40a03acb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.141Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:24.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@6ef04c97[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-08-30T10:12:24.144Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@705a2490[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:24.147Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:24.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:24.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:24.148Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:24.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:24.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{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-08-30T10:12:24.150Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6d069c21{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-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@f15e2a0{null} 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:24.151Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5234a6e5 2021-08-30T10:12:24.151Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:24.151Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:24.151Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:24.151Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:24.152Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:24.152Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 0 keys 2021-08-30T10:12:24.151Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5234a6e5 2021-08-30T10:12:24.152Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.152Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.152Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.152Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@53262e8{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-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2e4a3d5d{null} 2021-08-30T10:12:24.153Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3b0c2cd2::SocketChannelEndPoint@3375d720{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:24.153Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5234a6e5 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@705a2490::DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@40a03acb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b0c2cd2{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5df13a82{/10.233.69.63:55768<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@705a2490[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7d241b{s=START}]=>HttpChannelOverHttp@57439bc2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:24.153Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@16d47f00 waiting 2021-08-30T10:12:26.334Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@4b564313 on ManagedSelector@769f6023{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-30T10:12:26.334Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/0 selected 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4b564313 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4b564313 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:26.334Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:26.335Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4b564313 2021-08-30T10:12:26.335Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:26.336Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1c49518 2021-08-30T10:12:26.336Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@8806879{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:26.336Z||qtp666312528-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2d495024::DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:26.336Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3accfd73::SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2d495024::DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2d495024::DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7acc91d8{AC.ReadCB@2d495024{HttpConnection@2d495024::DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3accfd73::SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.337Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1de326d5{SSLC.NBReadCB@3accfd73{SslConnection@3accfd73::SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:26.338Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.338Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4019777f on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:26.338Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4019777f 2021-08-30T10:12:26.338Z||qtp666312528-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:26.338Z||qtp666312528-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4b564313 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:26.338Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:32.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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@65d37b78 on ManagedSelector@769f6023{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-30T10:12:32.182Z||qtp666312528-21-acceptor-0@242c4a94-ServerConnector@49dbaaf3{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=1 selected=0 updates=1 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@65d37b78 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@65d37b78 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:32.182Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 2 keys 2021-08-30T10:12:32.182Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@65d37b78 2021-08-30T10:12:32.183Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-30T10:12:32.183Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6740877b 2021-08-30T10:12:32.183Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5ffe01a3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-08-30T10:12:32.183Z||qtp666312528-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7f7241c4{AC.ReadCB@3ce63e78{HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.184Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@72eaa5ac{SSLC.NBReadCB@b07d763{SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:32.185Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.185Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4763c85d on ManagedSelector@769f6023{STARTED} id=0 keys=2 selected=0 updates=0 2021-08-30T10:12:32.185Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@769f6023{STARTED} id=0 keys=2 selected=0 updates=1 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/2 selected 2021-08-30T10:12:32.185Z||qtp666312528-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.185Z||qtp666312528-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@65d37b78 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 1 updates 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4763c85d 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 2 keys 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/2 selected 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.69.63:55894], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:32.185Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-08-30T10:12:32.185957Z 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-08-30T10:12:32.186053Z 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-08-30T10:12:32.186129Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@16d47f00 task=EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-08-30T10:12:32.186225Z 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@72eaa5ac{SSLC.NBReadCB@b07d763{SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-08-30T10:12:32.186305Z tryProduce true 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.186Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 2 keys 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7f7241c4{AC.ReadCB@3ce63e78{HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5ffe01a3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.186Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-08-30T10:12:32.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@55bddfad[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-08-30T10:12:32.187Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad59a9e[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@3ad59a9e[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-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=START,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@3ad59a9e[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-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@3ad59a9e[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-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@3ad59a9e[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-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@20881b00[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-08-30T10:12:32.189Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-08-30T10:12:32.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-08-30T10:12:32.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-08-30T10:12:32.190Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{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-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1e1c9cc5{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-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@72eaa5ac{null} 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@769f6023{STARTED} id=0 keys=2 selected=0 updates=0 2021-08-30T10:12:32.191Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ea9aad0 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken with none selected 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 0/0/1 selected 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 0 keys, 0 updates 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-08-30T10:12:32.192Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 waiting with 1 keys 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.192Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ea9aad0 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@31a1ecfc{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-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7f7241c4{null} 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:32.192Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-30T10:12:32.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@5ffe01a3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-08-30T10:12:32.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.193Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@68646700 waiting 2021-08-30T10:12:32.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3ce63e78::DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-30T10:12:32.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@b07d763::SocketChannelEndPoint@27598a2f{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b07d763{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@349deded{/10.233.69.63:55894<->/10.233.69.242:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3ce63e78[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@50aea16b{s=START}]=>HttpChannelOverHttp@9d7d02f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.193Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ea9aad0 2021-08-30T10:12:32.340Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 woken up from select, 1/1/1 selected 2021-08-30T10:12:32.340Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@2bcec9e6 processing 1 keys, 0 updates 2021-08-30T10:12:32.340Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.242:8000 remote=/10.233.64.53:46098], selector=sun.nio.ch.EPollSelectorImpl@2bcec9e6, interestOps=1, readyOps=1 SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6003/30000}{io=1/1,kio=1,kro=1}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6003/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6003/30000}{io=1/0,kio=1,kro=1}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6003/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}{io=1/0,kio=1,kro=1}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-08-30T10:12:32.341202Z 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@68646700 offer EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-08-30T10:12:32.341289Z 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@61375dff/SelectorProducer@2bfa5678/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-08-30T10:12:32.341357Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}{io=1/0,kio=1,kro=1}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}=>HttpConnection@2d495024[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7104fc21{s=START}]=>HttpChannelOverHttp@33c48ad4{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-30T10:12:32.341Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1de326d5{SSLC.NBReadCB@3accfd73{SslConnection@3accfd73::SocketChannelEndPoint@33f5f84a{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}{io=1/0,kio=1,kro=1}->SslConnection@3accfd73{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@142be51e{/10.233.64.53:46098<->/10.233.69.242:8000,OPEN,fill=FI,flush=-,to=6004/30000}=>HttpConnection@2d495024[p=H