By type
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-10-26T06:38:50.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-10-26T06:38:50.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4ac7e3ed{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-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@44c8c57e{null} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3f33c3f0 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3f33c3f0 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:38:50.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6f2e1b77{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-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@606b735a{null} 2021-10-26T06:38:50.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5cef0d04::DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:38:50.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@5cef0d04::DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@5cef0d04::DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:38:50.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5cef0d04::DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@40f2714b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:38:50.846Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@737c5245::SocketChannelEndPoint@6377903e{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|
/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@737c5245{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1fdbe4ee{/10.233.71.122:36518<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5cef0d04[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@33403450{s=START}]=>HttpChannelOverHttp@45fd4834{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:50.846Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3f33c3f0 2021-10-26T06:38:50.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:38:53.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@7bb0b517 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:38:53.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7bb0b517 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7bb0b517 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:38:53.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:38:53.129Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7bb0b517 2021-10-26T06:38:53.129Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:38:53.129Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4e534dfc 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@113b39af{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7dbf8086{AC.ReadCB@45d3bad9{HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2562f89a{SSLC.NBReadCB@2a8c4f27{SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6ddf6e66 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:38:53.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:38:53.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:38:53.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:38:53.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6ddf6e66 2021-10-26T06:38:53.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7bb0b517 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36552], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3276]@2021-10-26T06:38:53.131329Z 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3276]@2021-10-26T06:38:53.131387Z 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3276]@2021-10-26T06:38:53.131438Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:38:53.131525Z 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:38:53.131586Z tryProduce true 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2562f89a{SSLC.NBReadCB@2a8c4f27{SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7dbf8086{AC.ReadCB@45d3bad9{HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@113b39af{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:38:53.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@118709af[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-10-26T06:38:53.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:38:53.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{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-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@65841f74{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-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2562f89a{null} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2235786d 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:38:53.136Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2235786d 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:38:53.136Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.136Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.136Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@a75ee1a{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-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7dbf8086{null} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:38:53.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:38:53.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:38:53.136Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2a8c4f27::SocketChannelEndPoint@254d2447{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@45d3bad9::DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@113b39af{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:38:53.137Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2235786d 2021-10-26T06:38:53.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2a8c4f27{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d185157{/10.233.71.122:36552<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@45d3bad9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@350131c8{s=START}]=>HttpChannelOverHttp@b1c8589{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:38:53.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@285ccee6 waiting 2021-10-26T06:39:00.839Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@585828 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:00.839Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@585828 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@585828 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:00.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@585828 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5cad5b8f 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6e4ee52d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1de12680{AC.ReadCB@5809aa48{HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:00.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@82f949e{SSLC.NBReadCB@624d4116{SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@62317c on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@62317c 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@585828 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36678], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:39:00.840855Z 2021-10-26T06:39:00.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:39:00.840925Z 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:39:00.841019Z 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3277]@2021-10-26T06:39:00.840975Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3278]@2021-10-26T06:39:00.841067Z tryProduce true 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@82f949e{SSLC.NBReadCB@624d4116{SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1de12680{AC.ReadCB@5809aa48{HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6e4ee52d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:00.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5c54e765[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-10-26T06:39:00.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:00.843Z||qtp1980194149-27|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@52238fc5[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@52238fc5[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-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5809aa48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:00.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:00.844Z||qtp1980194149-27|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-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:00.844Z||qtp1980194149-27|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-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{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-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:00.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7dd9935c{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-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@82f949e{null} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6233ca33 2021-10-26T06:39:00.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:00.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:00.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6233ca33 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@627e788{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-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1de12680{null} 2021-10-26T06:39:00.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:00.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:00.846Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:00.846Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:00.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:00.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:00.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@6e4ee52d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:00.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:39:00.846Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@5809aa48::DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:00.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@624d4116::SocketChannelEndPoint@67e7158a{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@624d4116{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31daedd9{/10.233.71.122:36678<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5809aa48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@41fdca3{s=START}]=>HttpChannelOverHttp@5ecc8651{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:00.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6233ca33 2021-10-26T06:39:03.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3a9124b2 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:03.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3a9124b2 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3a9124b2 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:03.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:03.129Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3a9124b2 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 29999 ms 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@50569c7f 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@414a42e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@775d39aa{AC.ReadCB@251b9bd3{HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:03.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@ee1f191{SSLC.NBReadCB@576d2b97{SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@30ee5249 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3a9124b2 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@30ee5249 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36712], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:03.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3278]@2021-10-26T06:39:03.132929Z 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3278]@2021-10-26T06:39:03.132995Z 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3278]@2021-10-26T06:39:03.133067Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3278]@2021-10-26T06:39:03.133146Z 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3279]@2021-10-26T06:39:03.133207Z tryProduce true 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@ee1f191{SSLC.NBReadCB@576d2b97{SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.133Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@775d39aa{AC.ReadCB@251b9bd3{HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@414a42e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:03.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@662c9033[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-10-26T06:39:03.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:03.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:03.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{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-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6f536a8b{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-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@ee1f191{null} 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af35c45 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:03.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:03.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af35c45 2021-10-26T06:39:03.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5b507395{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-10-26T06:39:03.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@775d39aa{null} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@251b9bd3::DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@414a42e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:03.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@576d2b97::SocketChannelEndPoint@516c8d64{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4af35c45 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@576d2b97{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74f8f6b7{/10.233.71.122:36712<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@251b9bd3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64132283{s=START}]=>HttpChannelOverHttp@624218c7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:03.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@285ccee6 waiting 2021-10-26T06:39:10.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@7b1def39 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:10.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:10.838Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:10.838Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:10.838Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:10.838Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:10.838Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7b1def39 2021-10-26T06:39:10.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7b1def39 2021-10-26T06:39:10.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:10.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7b1def39 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6e23f3ed 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@61d496e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5c8eb67{AC.ReadCB@1099bdad{HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:10.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@58e14aa6{SSLC.NBReadCB@6a3164f4{SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3916938a on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7b1def39 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@3916938a 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36834], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3279]@2021-10-26T06:39:10.840767Z 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3279]@2021-10-26T06:39:10.840848Z 2021-10-26T06:39:10.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3279]@2021-10-26T06:39:10.840913Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:10.840Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3279]@2021-10-26T06:39:10.840978Z 2021-10-26T06:39:10.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3280]@2021-10-26T06:39:10.841033Z tryProduce true 2021-10-26T06:39:10.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:10.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@58e14aa6{SSLC.NBReadCB@6a3164f4{SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5c8eb67{AC.ReadCB@1099bdad{HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@61d496e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4cc1786f[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-10-26T06:39:10.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:10.843Z||qtp1980194149-27|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@52238fc5[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@52238fc5[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-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1099bdad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:10.843Z||qtp1980194149-27|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-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:10.843Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:10.843Z||qtp1980194149-27|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-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{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-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@305f4196{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-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@58e14aa6{null} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9fdebb2 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:10.844Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6e16010c{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-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5c8eb67{null} 2021-10-26T06:39:10.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:10.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:10.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:10.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9fdebb2 2021-10-26T06:39:10.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@61d496e1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:10.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1099bdad::DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:10.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:39:10.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6a3164f4::SocketChannelEndPoint@7ae21f17{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6a3164f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@b243a35{/10.233.71.122:36834<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1099bdad[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@406e0e15{s=START}]=>HttpChannelOverHttp@1a5c01d3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:10.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@9fdebb2 2021-10-26T06:39:13.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@5fbe540 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:13.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@5fbe540 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@5fbe540 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:13.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:13.129Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@5fbe540 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@531a898c 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7e7da3ff{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5bb2e5a5{AC.ReadCB@79ac1355{HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:13.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@421d733d{SSLC.NBReadCB@1f846dc8{SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7ecbbc9b on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7ecbbc9b 2021-10-26T06:39:13.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@5fbe540 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36866], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:13.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3280]@2021-10-26T06:39:13.131932Z 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3280]@2021-10-26T06:39:13.132003Z 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3280]@2021-10-26T06:39:13.132078Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3280]@2021-10-26T06:39:13.132154Z 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3281]@2021-10-26T06:39:13.132209Z tryProduce true 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@421d733d{SSLC.NBReadCB@1f846dc8{SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5bb2e5a5{AC.ReadCB@79ac1355{HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7e7da3ff{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:13.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2d8cf352[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-10-26T06:39:13.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@79ac1355[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:13.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{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-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7dcd93d2{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-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@421d733d{null} 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25d98b25 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.137Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25d98b25 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@26ff3a7{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-10-26T06:39:13.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5bb2e5a5{null} 2021-10-26T06:39:13.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:13.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:13.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1f846dc8::SocketChannelEndPoint@4d1469ed{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79ac1355::DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@7e7da3ff{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:13.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25d98b25 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f846dc8{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1048fb1a{/10.233.71.122:36866<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@79ac1355[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4843d509{s=START}]=>HttpChannelOverHttp@52769707{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:13.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@285ccee6 waiting 2021-10-26T06:39:20.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@47a064cf on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:20.839Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@47a064cf 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@47a064cf 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:20.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@47a064cf 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4b697d98 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5c984e2f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7509fd8a{AC.ReadCB@5c1d6d99{HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:20.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@424f3717{SSLC.NBReadCB@3827dac1{SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@44380c4d on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:20.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@47a064cf 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@44380c4d 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:36990], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3281]@2021-10-26T06:39:20.840885Z 2021-10-26T06:39:20.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3281]@2021-10-26T06:39:20.840964Z 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3281]@2021-10-26T06:39:20.841023Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3281]@2021-10-26T06:39:20.841145Z 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3282]@2021-10-26T06:39:20.841204Z tryProduce true 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@424f3717{SSLC.NBReadCB@3827dac1{SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7509fd8a{AC.ReadCB@5c1d6d99{HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5c984e2f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:20.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@634aa9ec[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-10-26T06:39:20.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:20.843Z||qtp1980194149-27|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@52238fc5[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@52238fc5[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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:20.844Z||qtp1980194149-27|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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:20.844Z||qtp1980194149-27|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-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:20.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{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-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@50c7e4c{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-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@424f3717{null} 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5bcc1180 2021-10-26T06:39:20.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:20.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:20.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:20.845Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5bcc1180 2021-10-26T06:39:20.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:20.845Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:20.846Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6a5b3a5e{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-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7509fd8a{null} 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:20.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@5c984e2f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:20.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@5c1d6d99::DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:20.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3827dac1::SocketChannelEndPoint@9b83c1b{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3827dac1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1408f051{/10.233.71.122:36990<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c1d6d99[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6bfe3fec{s=START}]=>HttpChannelOverHttp@198fba29{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:20.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5bcc1180 2021-10-26T06:39:20.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:39:23.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@74a77c3d on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:23.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@74a77c3d 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@74a77c3d 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:23.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@74a77c3d 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@64a592b0 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7042e3bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:23.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1edd29c0{AC.ReadCB@383acf15{HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@70710f69{SSLC.NBReadCB@3137dd01{SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7fa11bb3 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:23.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@74a77c3d 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7fa11bb3 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:23.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37026], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3282]@2021-10-26T06:39:23.13214Z 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3282]@2021-10-26T06:39:23.132191Z 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3282]@2021-10-26T06:39:23.132234Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@70710f69{SSLC.NBReadCB@3137dd01{SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:23.132337Z 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:23.132398Z tryProduce true 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1edd29c0{AC.ReadCB@383acf15{HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7042e3bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:23.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5971df0c[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-10-26T06:39:23.133Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@383acf15[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:23.135Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{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-10-26T06:39:23.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3098e7a4{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-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@70710f69{null} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4d97c8db 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4d97c8db 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@19460afc{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-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1edd29c0{null} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:23.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:23.137Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@7042e3bf{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:23.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@383acf15::DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:23.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:23.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:23.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3137dd01::SocketChannelEndPoint@2876c5d6{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3137dd01{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e84d3cc{/10.233.71.122:37026<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@383acf15[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@79e56258{s=START}]=>HttpChannelOverHttp@4d888182{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:23.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4d97c8db 2021-10-26T06:39:23.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:23.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:23.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@285ccee6 waiting 2021-10-26T06:39:23.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:30.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@60d731b7 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:30.839Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@60d731b7 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@60d731b7 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:30.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:30.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@60d731b7 2021-10-26T06:39:30.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:30.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@647c199a 2021-10-26T06:39:30.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1f5a31d4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:30.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@207125f6{AC.ReadCB@1bee5b6c{HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@49ad3faf{SSLC.NBReadCB@47ee8189{SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7a7c1dda on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:30.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:30.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:30.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:30.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:30.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7a7c1dda 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@60d731b7 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37142], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:30.841579Z 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:30.841711Z 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:30.841797Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:30.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3283]@2021-10-26T06:39:30.841852Z 2021-10-26T06:39:30.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@49ad3faf{SSLC.NBReadCB@47ee8189{SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:30.841Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:30.841965Z tryProduce true 2021-10-26T06:39:30.842Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:30.842Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:30.842Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.842Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@207125f6{AC.ReadCB@1bee5b6c{HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1f5a31d4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@3a7010ef[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-10-26T06:39:30.842Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:30.844Z||qtp1980194149-27|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@52238fc5[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@52238fc5[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-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:30.844Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:30.845Z||qtp1980194149-27|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-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:30.845Z||qtp1980194149-27|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-10-26T06:39:30.845Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{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-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@10b4630{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-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@49ad3faf{null} 2021-10-26T06:39:30.846Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32b10585 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:30.847Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:30.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32b10585 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@291b5988{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-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@207125f6{null} 2021-10-26T06:39:30.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@47ee8189::SocketChannelEndPoint@5e235a79{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:30.847Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32b10585 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-26T06:39:30.847Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1bee5b6c::DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@1f5a31d4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:30.848Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@47ee8189{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5bee4842{/10.233.71.122:37142<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1bee5b6c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6eeb7d6e{s=START}]=>HttpChannelOverHttp@5f307d8d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:30.848Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:39:33.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3adc0908 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:33.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:33.129Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3adc0908 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3adc0908 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:33.130Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3adc0908 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5a60fef4 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5a9f6953{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@ed9b708{AC.ReadCB@755abaa{HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@247b4582{SSLC.NBReadCB@303475de{SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@37f24e56 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:33.130Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:33.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@37f24e56 2021-10-26T06:39:33.131Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3adc0908 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37176], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:33.131807Z 2021-10-26T06:39:33.131Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:33.131889Z 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:33.131996Z 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:33.131942Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3284]@2021-10-26T06:39:33.132093Z tryProduce true 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.132Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@247b4582{SSLC.NBReadCB@303475de{SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@ed9b708{AC.ReadCB@755abaa{HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5a9f6953{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.132Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:33.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@394a54d7[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-10-26T06:39:33.134Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@755abaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:33.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:33.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{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-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4a689235{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-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@247b4582{null} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6350706e 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:33.138Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6350706e 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6cbc0864{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-10-26T06:39:33.138Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@ed9b708{null} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-10-26T06:39:33.139Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@5a9f6953{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:33.139Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@755abaa::DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.139Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@285ccee6 waiting 2021-10-26T06:39:33.139Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@303475de::SocketChannelEndPoint@2d0451bd{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@303475de{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@559943e4{/10.233.71.122:37176<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@755abaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2fad865f{s=START}]=>HttpChannelOverHttp@2212b896{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:33.139Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6350706e 2021-10-26T06:39:40.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@7e9e8480 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:40.839Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7e9e8480 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7e9e8480 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:40.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:40.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7e9e8480 2021-10-26T06:39:40.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:40.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@66becd6c 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5b77135c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@70d27bc7{AC.ReadCB@4bb270f3{HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=103/30000}{io=0/0,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.942Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 offer STOP! 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@28bfa8c6{SSLC.NBReadCB@7bfecb88{SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:40.942Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 task=STOP! 2021-10-26T06:39:40.942Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 Exited 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.942Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@23e44287{s=1/2,p=0}@285ccee6 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@259084d2 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@259084d2 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.942Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7e9e8480 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:40.942Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37296], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=102/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3285]@2021-10-26T06:39:40.943185Z 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=0}@48d9ae4e offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=3285]@2021-10-26T06:39:40.943254Z 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1} startReservedThread p=1 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@23e44287{s=0/2,p=1}@48372db0 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=0/2,p=1}@48d9ae4e task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=3285]@2021-10-26T06:39:40.943446Z 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=3285]@2021-10-26T06:39:40.943376Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:40.943547Z tryProduce true 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@28bfa8c6{SSLC.NBReadCB@7bfecb88{SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:40.943Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@23e44287{s=0/2,p=1}@48372db0 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=1}@48372db0 started 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@48372db0 waiting 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@70d27bc7{AC.ReadCB@4bb270f3{HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=103/30000}}} 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=103/30000} onFillable enter HttpChannelState@5b77135c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=103/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.943Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:40.943Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:40.944Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=104/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.944Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7210941e[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-10-26T06:39:40.944Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:40.946Z||qtp1980194149-27|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@52238fc5[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@52238fc5[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-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=106/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=107/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=107/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=107/30000} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=107/30000} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=107/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=107/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:40.947Z||qtp1980194149-27|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-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=107/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:40.947Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:40.947Z||qtp1980194149-27|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-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{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-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1b444cd{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-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@28bfa8c6{null} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24de2864 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24de2864 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=108/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.948Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5575dbe2{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-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@70d27bc7{null} 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000} 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000} 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000} onFillable exit HttpChannelState@5b77135c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.949Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.949Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@27455227 waiting 2021-10-26T06:39:40.949Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4bb270f3::DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=109/30000} 2021-10-26T06:39:40.950Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7bfecb88::SocketChannelEndPoint@4fc91ff6{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7bfecb88{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cc6819d{/10.233.71.122:37296<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=110/30000}=>HttpConnection@4bb270f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@135c6703{s=START}]=>HttpChannelOverHttp@46cec653{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:40.950Z||qtp1980194149-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@24de2864 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:40.953Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:43.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@319759fa on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:43.129Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@319759fa 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@319759fa 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:43.129Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:43.129Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@319759fa 2021-10-26T06:39:43.129Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:43.129Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1e5e6296 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@79cc86e6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4834ed0c{AC.ReadCB@146b119b{HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@41fca58{SSLC.NBReadCB@4f88689b{SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@8dfa6f0 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.130Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:43.130Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:43.130Z||qtp1980194149-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@319759fa 2021-10-26T06:39:43.130Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:43.130Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:43.130Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@8dfa6f0 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37334], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0} tryExecute EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:43.131492Z 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 offer EatWhatYouKill@2178d296/SelectorProducer@58c80957/PRODUCING/p=false/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:43.131571Z 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=1/2,p=0}@27455227 task=EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:43.131704Z 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:43.131754Z tryProduce true 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@2178d296/SelectorProducer@58c80957/IDLE/p=true/QueuedThreadPool[qtp1980194149]@76075d65{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@23e44287{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=3286]@2021-10-26T06:39:43.131651Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.131Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:43.131Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@41fca58{SSLC.NBReadCB@4f88689b{SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4834ed0c{AC.ReadCB@146b119b{HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@79cc86e6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5ba161a3[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-10-26T06:39:43.132Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-10-26T06:39:43.134Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@52238fc5[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@52238fc5[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-10-26T06:39:43.134Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@146b119b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.134Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-10-26T06:39:43.134Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@52238fc5[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-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@52238fc5[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-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@52238fc5[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-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7194245c[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.135Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{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-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7efb28bd{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-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@41fca58{null} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@48579920 2021-10-26T06:39:43.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@48579920 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.136Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@54b40409{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-10-26T06:39:43.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@4f88689b::SocketChannelEndPoint@13d6ac86{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.137Z||qtp1980194149-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@48579920 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 0 updates 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:43.137Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 0 keys 2021-10-26T06:39:43.137Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4834ed0c{null} 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@146b119b::DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@79cc86e6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4f88689b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5fd8b307{/10.233.71.122:37334<->/10.233.71.204:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@146b119b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@55d2aae6{s=START}]=>HttpChannelOverHttp@6e26a3de{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:43.140Z||qtp1980194149-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@23e44287{s=2/2,p=0}@48d9ae4e waiting 2021-10-26T06:39:50.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@68148cf6 on ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-26T06:39:50.838Z||qtp1980194149-21-acceptor-0@5408fca1-ServerConnector@41c204a0{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/0 selected 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@68148cf6 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@68148cf6 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:50.839Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@68148cf6 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@36ebce38 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@337d2838{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@5b0fba61::DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@55bcada::SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@5b0fba61::DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@5b0fba61::DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-10-26T06:39:50.839Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1d97d175{AC.ReadCB@5b0fba61{HttpConnection@5b0fba61::DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@55bcada::SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.71.204:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3bedac14{SSLC.NBReadCB@55bcada{SslConnection@55bcada::SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@60bbbca9 on ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@1715193f{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken with none selected 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 0/0/1 selected 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 0 keys, 1 updates 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@60bbbca9 2021-10-26T06:39:50.840Z||qtp1980194149-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@68148cf6 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 waiting with 1 keys 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 woken up from select, 1/1/1 selected 2021-10-26T06:39:50.840Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@7e690601 processing 1 keys, 0 updates 2021-10-26T06:39:50.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.204:8000 remote=/10.233.71.122:37450], selector=sun.nio.ch.EPollSelectorImpl@7e690601, interestOps=1, readyOps=1 SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@42501705{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5b0fba61[p=HttpParser{s=START,0 of -1},g=HttpGenerator@47710d4b{s=START}]=>HttpChannelOverHttp@63c7b9bb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-10-26T06:39:50.841Z||qtp1980194149-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@55048b1c{/10.233.71.122:37450<->/10.233.71.204:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@55bcada{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=