Results

By type

          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-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@600bf329{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-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4dfddda7{null}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1d2364e5
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:19.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:19.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1d2364e5
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@31219c9f{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-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@779023e9{null}
2021-09-21T03:24:19.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41af7f1b::DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@41af7f1b::DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:19.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@41af7f1b::DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41af7f1b::DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@644f0d57{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@568e8014::SocketChannelEndPoint@48d8a619{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@568e8014{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@692a9605{/10.233.74.154:53794<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@41af7f1b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6ba9be7e{s=START}]=>HttpChannelOverHttp@7b7d997b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:19.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:24:19.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1d2364e5
2021-09-21T03:24:20.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@61844123 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:20.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:20.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:20.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:20.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:20.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:20.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@61844123
2021-09-21T03:24:20.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@61844123
2021-09-21T03:24:20.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:20.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:20.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@61844123
2021-09-21T03:24:20.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:20.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1aa85827
2021-09-21T03:24:20.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4a27f8c7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:20.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@56f53e75{AC.ReadCB@1296e8c4{HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@73802ca7{SSLC.NBReadCB@613df400{SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:20.663Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.663Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7d135b23 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:20.663Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7d135b23
2021-09-21T03:24:20.663Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:20.663Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@61844123
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:53798], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-21T03:24:20.663721Z
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-21T03:24:20.663797Z
2021-09-21T03:24:20.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-21T03:24:20.663861Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:20.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-21T03:24:20.663928Z
2021-09-21T03:24:20.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:20.664023Z tryProduce true
2021-09-21T03:24:20.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:20.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@73802ca7{SSLC.NBReadCB@613df400{SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:20.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@56f53e75{AC.ReadCB@1296e8c4{HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4a27f8c7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:20.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@34304b70[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:20.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:20.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:20.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{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-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@a111002{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-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@73802ca7{null}
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@63575f26
2021-09-21T03:24:20.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:20.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@63575f26
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:20.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:20.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:20.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:20.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2be299b9{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-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@56f53e75{null}
2021-09-21T03:24:20.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:24:20.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1296e8c4::DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@4a27f8c7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:20.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@613df400::SocketChannelEndPoint@521f8c59{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@63575f26
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@613df400{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6474dd54{/10.233.74.154:53798<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1296e8c4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23e10b0e{s=START}]=>HttpChannelOverHttp@56ec6d0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:20.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@2f5cf320 waiting
2021-09-21T03:24:29.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@1845c2de on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:29.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@1845c2de
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@1845c2de
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:29.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:29.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@1845c2de
2021-09-21T03:24:29.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@3fd48e51
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5a931bf6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@474da391{AC.ReadCB@41aeb0f3{HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:29.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@73d0aaa3{SSLC.NBReadCB@66891c1b{SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5d971906 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:29.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:29.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:29.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:29.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5d971906
2021-09-21T03:24:29.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@1845c2de
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:53894], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:29.864617Z
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:29.864756Z
2021-09-21T03:24:29.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:29.864938Z
2021-09-21T03:24:29.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:29.864843Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:29.865Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-21T03:24:29.865037Z tryProduce true
2021-09-21T03:24:29.865Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:29.865Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:29.865Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.865Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:29.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@73d0aaa3{SSLC.NBReadCB@66891c1b{SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:29.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@474da391{AC.ReadCB@41aeb0f3{HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-21T03:24:29.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@5a931bf6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:29.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:29.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@398fc41f[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:29.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:29.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{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-09-21T03:24:29.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3f0d8b87{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-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@73d0aaa3{null}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f53d9d
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:29.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f53d9d
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:29.871Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@132c50af{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-09-21T03:24:29.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@474da391{null}
2021-09-21T03:24:29.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:29.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41aeb0f3::DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@5a931bf6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:29.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@66891c1b::SocketChannelEndPoint@49ad73e6{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2f53d9d
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66891c1b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78037553{/10.233.74.154:53894<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@41aeb0f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c35474{s=START}]=>HttpChannelOverHttp@1c677ce9{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:29.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:24:30.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@7d2316a1 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:30.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:30.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7d2316a1
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7d2316a1
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:30.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:30.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7d2316a1
2021-09-21T03:24:30.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:30.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@29f81cd7
2021-09-21T03:24:30.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@662e6d1c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:30.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@11bcc350{AC.ReadCB@f59dbaa{HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@50f9ce46{SSLC.NBReadCB@2b50d73a{SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7dbd3a64 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:30.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7d2316a1
2021-09-21T03:24:30.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:30.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:30.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:30.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7dbd3a64
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:53902], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-21T03:24:30.66334Z
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-21T03:24:30.663395Z
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-21T03:24:30.663441Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:30.663517Z
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@50f9ce46{SSLC.NBReadCB@2b50d73a{SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:30.663595Z tryProduce true
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@11bcc350{AC.ReadCB@f59dbaa{HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@662e6d1c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:30.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@1f2cbedb[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:30.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:24:30.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{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-09-21T03:24:30.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@465b6c77{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-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@50f9ce46{null}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79cb1a54
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:30.668Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79cb1a54
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:30.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1d7385cf{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-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@11bcc350{null}
2021-09-21T03:24:30.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:30.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:30.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2b50d73a::SocketChannelEndPoint@560186f4{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79cb1a54
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f59dbaa::DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@662e6d1c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2b50d73a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c427a46{/10.233.74.154:53902<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f59dbaa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ef085c{s=START}]=>HttpChannelOverHttp@5beff85b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:30.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@2f5cf320 waiting
2021-09-21T03:24:39.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@2253d464 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:39.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@2253d464
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@2253d464
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:39.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:39.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@2253d464
2021-09-21T03:24:39.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6813e4c3
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7d054b5a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6bec3587{AC.ReadCB@ac78dc5{HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5df3349a{SSLC.NBReadCB@12c9d413{SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1460a7b on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:39.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:39.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@2253d464
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1460a7b
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:53996], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:39.863816Z
2021-09-21T03:24:39.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:39.863953Z
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:39.864181Z
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-21T03:24:39.864079Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:39.864301Z tryProduce true
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5df3349a{SSLC.NBReadCB@12c9d413{SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6bec3587{AC.ReadCB@ac78dc5{HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-21T03:24:39.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7d054b5a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:39.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:39.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7462945[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:39.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:39.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{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-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2c74f5e5{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-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5df3349a{null}
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5dac61ec
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5dac61ec
2021-09-21T03:24:39.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.868Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:39.869Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2f153839{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-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6bec3587{null}
2021-09-21T03:24:39.869Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:39.869Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:39.869Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:39.869Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:39.869Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:39.869Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@ac78dc5::DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@7d054b5a{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:39.869Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@12c9d413::SocketChannelEndPoint@42689634{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@12c9d413{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7bdaab23{/10.233.74.154:53996<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@ac78dc5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3ce4f6da{s=START}]=>HttpChannelOverHttp@1ee0ded0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:39.869Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5dac61ec
2021-09-21T03:24:39.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:24:40.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@611d1454 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:40.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@611d1454
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@611d1454
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:40.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@611d1454
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@763d9559
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1edf3fe8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@24633470{AC.ReadCB@452f637{HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:40.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@37138d85{SSLC.NBReadCB@2ba46155{SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3f35ecfb on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@3f35ecfb
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@611d1454
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:40.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54004], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:40.66333Z
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:40.663424Z
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:40.663594Z
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:40.663493Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-21T03:24:40.663697Z tryProduce true
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@37138d85{SSLC.NBReadCB@2ba46155{SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:40.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@24633470{AC.ReadCB@452f637{HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@1edf3fe8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7af6ca95[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:40.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@452f637[p=HttpParser{s=START,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:40.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{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-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5b4e6625{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-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@37138d85{null}
2021-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5a92dd7e
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:40.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:40.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5a92dd7e
2021-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2469892a{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-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@24633470{null}
2021-09-21T03:24:40.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@452f637::DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@1edf3fe8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:40.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2ba46155::SocketChannelEndPoint@16c7067{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba46155{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c52974d{/10.233.74.154:54004<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@452f637[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@43a46393{s=START}]=>HttpChannelOverHttp@68a8fe26{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:40.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@5a92dd7e
2021-09-21T03:24:40.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@2f5cf320 waiting
2021-09-21T03:24:49.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@5778799b on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:49.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@5778799b
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@5778799b
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:49.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:49.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@5778799b
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@10453064
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4e9bc36{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@630def4d{AC.ReadCB@3d166adf{HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6dc33161{SSLC.NBReadCB@5da8227e{SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@71e44575 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:49.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:49.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:49.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@5778799b
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@71e44575
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54090], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-21T03:24:49.863805Z
2021-09-21T03:24:49.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-21T03:24:49.863926Z
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-21T03:24:49.863983Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-21T03:24:49.864116Z
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-21T03:24:49.864213Z tryProduce true
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6dc33161{SSLC.NBReadCB@5da8227e{SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@630def4d{AC.ReadCB@3d166adf{HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4e9bc36{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:49.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@127f2592[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:49.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3d166adf[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:49.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:49.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{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-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2c628530{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-09-21T03:24:49.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6dc33161{null}
2021-09-21T03:24:49.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:49.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ab0b475
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:49.870Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:49.870Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ab0b475
2021-09-21T03:24:49.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-21T03:24:49.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5da8227e::SocketChannelEndPoint@1a0f7eaf{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.871Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2ab0b475
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4a7bd264{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-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@630def4d{null}
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d166adf::DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@4e9bc36{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:49.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5da8227e{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@65724c31{/10.233.74.154:54090<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3d166adf[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2a4cee3e{s=START}]=>HttpChannelOverHttp@54568112{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:49.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:24:50.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@320bfbcb on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:50.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@320bfbcb
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@320bfbcb
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:50.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@320bfbcb
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6290d74c
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6b9a5b9c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3515c03a{AC.ReadCB@f54cb14{HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1c30a1e7{SSLC.NBReadCB@66f06631{SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@79148dbe on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:50.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@320bfbcb
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@79148dbe
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54100], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-21T03:24:50.663047Z
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-21T03:24:50.663109Z
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-21T03:24:50.663157Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:50.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:50.66327Z
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1c30a1e7{SSLC.NBReadCB@66f06631{SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3515c03a{AC.ReadCB@f54cb14{HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6b9a5b9c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:50.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:50.663607Z tryProduce true
2021-09-21T03:24:50.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:50.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:50.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@40d0613b[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:50.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:50.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@f54cb14[p=HttpParser{s=START,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:24:50.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{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-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@c653d72{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-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1c30a1e7{null}
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@642dd50d
2021-09-21T03:24:50.668Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@642dd50d
2021-09-21T03:24:50.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:50.668Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:50.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:50.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:50.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:50.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:50.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@66f06631::SocketChannelEndPoint@5fedb875{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@642dd50d
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@36926915{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-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3515c03a{null}
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:50.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f54cb14::DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@6b9a5b9c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:50.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@66f06631{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59067ed9{/10.233.74.154:54100<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f54cb14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@cea2c80{s=START}]=>HttpChannelOverHttp@4944013e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:50.670Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@2f5cf320 waiting
2021-09-21T03:24:59.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@ec7e91a on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:24:59.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@ec7e91a
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@ec7e91a
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:59.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:59.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@ec7e91a
2021-09-21T03:24:59.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:24:59.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@30ef9f31
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@88737d6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@472b7aa4{AC.ReadCB@44dd37e0{HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6ae43796{SSLC.NBReadCB@1f966747{SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@46e4c9d2 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:24:59.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@ec7e91a
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@46e4c9d2
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54194], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:59.863721Z
2021-09-21T03:24:59.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:59.86379Z
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:59.863988Z
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:59.863884Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-21T03:24:59.864143Z tryProduce true
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6ae43796{SSLC.NBReadCB@1f966747{SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@472b7aa4{AC.ReadCB@44dd37e0{HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@88737d6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:24:59.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@19306701[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:59.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:24:59.868Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:59.869Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:24:59.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:24:59.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:24:59.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:24:59.870Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{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-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.871Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@360c7b4e{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-09-21T03:24:59.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6ae43796{null}
2021-09-21T03:24:59.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:24:59.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@22f07719
2021-09-21T03:24:59.872Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:24:59.872Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@22f07719
2021-09-21T03:24:59.872Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.872Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:24:59.872Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:24:59.877Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:24:59.877Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:24:59.877Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:24:59.877Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.877Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=15/30000}
2021-09-21T03:24:59.877Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1a638506{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-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@472b7aa4{null}
2021-09-21T03:24:59.878Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1f966747::SocketChannelEndPoint@3c946869{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:24:59.878Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@22f07719
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=16/30000}
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=16/30000}
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@44dd37e0::DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@88737d6{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1f966747{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@17cfd266{/10.233.74.154:54194<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@44dd37e0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7623da31{s=START}]=>HttpChannelOverHttp@4453e874{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:24:59.878Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:25:00.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@7f1f322 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:25:00.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:25:00.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:00.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7f1f322
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7f1f322
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:00.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7f1f322
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@3fc83092
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6691f8f2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@cc5641f{AC.ReadCB@18231812{HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:25:00.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@ca60e1d{SSLC.NBReadCB@4a17442a{SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7ce03db7 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7f1f322
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7ce03db7
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54198], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-21T03:25:00.662733Z
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-21T03:25:00.662775Z
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-21T03:25:00.662811Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:25:00.662Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-21T03:25:00.662878Z
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@ca60e1d{SSLC.NBReadCB@4a17442a{SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:00.662Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-21T03:25:00.662939Z tryProduce true
2021-09-21T03:25:00.662Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:00.662Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:00.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@cc5641f{AC.ReadCB@18231812{HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6691f8f2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@50a3322b[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:00.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:25:00.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=START,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=4/30000}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.665Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{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-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5aac008f{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-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@ca60e1d{null}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fd3000e
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:00.666Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.666Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fd3000e
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4a94da96{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-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@cc5641f{null}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:25:00.666Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}
2021-09-21T03:25:00.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-21T03:25:00.667Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@6691f8f2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:00.667Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@18231812::DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-21T03:25:00.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@2f5cf320 waiting
2021-09-21T03:25:00.667Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@4a17442a::SocketChannelEndPoint@24473030{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a17442a{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7b4a811b{/10.233.74.154:54198<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@18231812[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@657a462a{s=START}]=>HttpChannelOverHttp@266e8115{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:00.667Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fd3000e
2021-09-21T03:25:09.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@13d1e6e6 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:25:09.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@13d1e6e6
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@13d1e6e6
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:09.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:09.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@13d1e6e6
2021-09-21T03:25:09.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:25:09.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@329cd04c
2021-09-21T03:25:09.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@446d9af8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:25:09.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@fadcb62{AC.ReadCB@10272c89{HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2647fd7a{SSLC.NBReadCB@11e110ea{SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3f38df18 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@13d1e6e6
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@3f38df18
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:25:09.862Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54296], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-21T03:25:09.863097Z
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-21T03:25:09.863159Z
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-21T03:25:09.863221Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2647fd7a{SSLC.NBReadCB@11e110ea{SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-21T03:25:09.86331Z
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-21T03:25:09.863377Z tryProduce true
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@fadcb62{AC.ReadCB@10272c89{HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-21T03:25:09.863Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@446d9af8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@55723c6f[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:09.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@10272c89[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:09.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{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-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@741bc167{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-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2647fd7a{null}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72d63157
2021-09-21T03:25:09.866Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:09.866Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7d2106f8{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-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@fadcb62{null}
2021-09-21T03:25:09.866Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:25:09.866Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=4/30000}
2021-09-21T03:25:09.866Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:09.867Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:09.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}
2021-09-21T03:25:09.866Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72d63157
2021-09-21T03:25:09.867Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:25:09.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000} onFillable exit HttpChannelState@446d9af8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:09.867Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.867Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@10272c89::DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}
2021-09-21T03:25:09.867Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@64c1f26f waiting
2021-09-21T03:25:09.867Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@11e110ea::SocketChannelEndPoint@2efe716d{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@11e110ea{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@19c5f5b4{/10.233.74.154:54296<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@10272c89[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@27bf2f37{s=START}]=>HttpChannelOverHttp@798f190e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:09.867Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72d63157
2021-09-21T03:25:10.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@7ee982f4 on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:25:10.660Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:25:10.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:10.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:10.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:10.660Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:10.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@7ee982f4
2021-09-21T03:25:10.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@7ee982f4
2021-09-21T03:25:10.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:10.661Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@7ee982f4
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6c5e1fe7
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@58806cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@25d6b106{AC.ReadCB@193590ba{HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.661Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@10534546{SSLC.NBReadCB@6864a981{SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:10.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5d36ce6c on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:10.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:25:10.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.662Z||qtp978035840-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@7ee982f4
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5d36ce6c
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54302], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-21T03:25:10.662559Z
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-21T03:25:10.662656Z
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-21T03:25:10.662709Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@10534546{SSLC.NBReadCB@6864a981{SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.662Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@25d6b106{AC.ReadCB@193590ba{HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-21T03:25:10.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@64c1f26f task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-21T03:25:10.662982Z
2021-09-21T03:25:10.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@58806cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:10.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.663Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-21T03:25:10.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-21T03:25:10.663165Z tryProduce true
2021-09-21T03:25:10.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:10.663Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:10.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@599c7971 IDLE
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0} tryExecute STOP!
2021-09-21T03:25:10.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=0}@599c7971 offer STOP!
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=0}@599c7971 task=STOP!
2021-09-21T03:25:10.664Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:10.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@39fd5b0f[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:10.664Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=0}@599c7971 Exited
2021-09-21T03:25:10.664Z||qtp978035840-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@2b8d084{s=0/2,p=0}@599c7971
2021-09-21T03:25:10.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:10.667Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@193590ba[p=HttpParser{s=START,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@34f5b81c[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=7/30000}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@24523683[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.668Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{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-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5ec9ff4e{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-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@10534546{null}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32e5ce6b
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.669Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32e5ce6b
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4d295801{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-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@25d6b106{null}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-21T03:25:10.669Z||qtp978035840-19|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@58806cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-21T03:25:10.669Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:10.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:10.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 0 updates
2021-09-21T03:25:10.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:10.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:10.670Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 0 keys
2021-09-21T03:25:10.670Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@193590ba::DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-21T03:25:10.671Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@2f5cf320 waiting
2021-09-21T03:25:10.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6864a981::SocketChannelEndPoint@4b9c7f17{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6864a981{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2dc4b0a3{/10.233.74.154:54302<->/10.233.74.10:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@193590ba[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60ad4d86{s=START}]=>HttpChannelOverHttp@50343297{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:10.671Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@32e5ce6b
2021-09-21T03:25:19.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{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@4fd73b0a on ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-21T03:25:19.861Z||qtp978035840-20-acceptor-0@1715193f-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/0 selected
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4fd73b0a
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4fd73b0a
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:19.861Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:19.861Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4fd73b0a
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@37b8c2
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@534e29d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3878bb51::DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@303e436c::SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3878bb51::DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3878bb51::DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-21T03:25:19.862Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2d153d6f{AC.ReadCB@3878bb51{HttpConnection@3878bb51::DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@303e436c::SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.74.10:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@50caa9af{SSLC.NBReadCB@303e436c{SslConnection@303e436c::SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@12ada5f9 on ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@5f1db390{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken with none selected
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 0/0/1 selected
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 0 keys, 1 updates
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@12ada5f9
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.863Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4fd73b0a
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c waiting with 1 keys
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c woken up from select, 1/1/1 selected
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3c65961c processing 1 keys, 0 updates
2021-09-21T03:25:19.863Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.74.10:8000 remote=/10.233.74.154:54396], selector=sun.nio.ch.EPollSelectorImpl@3c65961c, interestOps=1, readyOps=1 SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0} tryExecute EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-21T03:25:19.864295Z
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=0}@2f5cf320 offer EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/PRODUCING/p=false/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-21T03:25:19.864394Z
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=1} startReservedThread p=1
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@2b8d084{s=0/2,p=1}@13ce22c7
2021-09-21T03:25:19.864Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@2b8d084{s=0/2,p=1}@13ce22c7
2021-09-21T03:25:19.864Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=1}@13ce22c7 started
2021-09-21T03:25:19.864Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@13ce22c7 waiting
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=5,r=2,q=1}[ReservedThreadExecutor@2b8d084{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1652]@2021-09-21T03:25:19.86468Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-21T03:25:19.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=0/2,p=1}@2f5cf320 task=EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2021-09-21T03:25:19.864853Z
2021-09-21T03:25:19.864Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@50caa9af{SSLC.NBReadCB@303e436c{SslConnection@303e436c::SocketChannelEndPoint@6120895f{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@303e436c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@60bbe5a4{/10.233.74.154:54396<->/10.233.74.10:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3878bb51[p=HttpParser{s=START,0 of -1},g=HttpGenerator@f97060a{s=START}]=>HttpChannelOverHttp@19823993{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-21T03:25:19.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6fa2d0b2/SelectorProducer@49c37918/IDLE/p=true/QueuedThreadPool[qtp978035840]@3a4ba480{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@2b8d084{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1653]@2021-09-21T03:25:19.864941Z tryProduce true
2021-09-21T03:25:19.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-21T03:25:19.864Z||qtp978035840-19|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-21T03:25:19.865Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@303e436c::SocketChannelEn